PBR / QTM

QTLTableMiner++ tool for mining tables in scientific articles

Home Page:https://www.research-software.nl/software/qtl-tableminer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QTM executes using the example but triggers an exception

arnikz opened this issue · comments

./QTM -pmc PMC4266912 -o QTL_PMC4266912.db

...
Exception in thread "main" java.io.FileNotFoundException: /var/solr/data/terms/conf/synonyms.txt (No such file or directory)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at java.io.FileInputStream.<init>(FileInputStream.java:93)
	at solrAnnotator.AbbrevtoSynonyms.abbrevToSolrSynonyms(AbbrevtoSynonyms.java:39)
	at qtm.QtmMain.main(QtmMain.java:98)