opensemanticsearch / open-semantic-etl

Python based Open Source ETL tools for file crawling, document processing (text extraction, OCR), content analysis (Entity Extraction & Named Entity Recognition) & data enrichment (annotation) pipelines & ingestor to Solr or Elastic search index & linked data graph database
https://opensemanticsearch.org/etl
GNU General Public License v3.0
254 stars 69 forks source link

etl_error_txt: Could not find stanford-ner.jar jar file at /usr/share/java/stanford-ner/stanford-ner.jar #111

Open aiscom opened 4 years ago

aiscom commented 4 years ago

Hello! I use open-semantic-search-vm_20.01.17.ova and if I want to use Stanford NER I get on the right: Failed tasks while import & analysis (ETL) enhance_ner_stanford

Showing a bit around, I found etl_error_txt: Could not find stanford-ner.jar jar file at /usr/share/java/stanford-ner/stanford-ner.jar

Searching in the directory I can't see the folder stanford-ner or the file stanford-ner.jar

How can I fix it?

Thanks

MichaelGGeoda commented 4 years ago

Same problem for me. May be thw NER is just not installed? Should I install Stanford NER as described in The Stanford NER? Thanks!

schneipk commented 3 years ago

Same problem for me. May be thw NER is just not installed? Should I install Stanford NER as described in The Stanford NER? Thanks!

That's exactly what solved it for me