back

by valentinvieriu·9y ago·view on hn ↗
Just in time. I was just researching this today. Quick question ( maybe not related). Is there a good open source solution for Entity Extraction, and more exactly mapping it to Wikipedia, ( Like GOOGLE NATURAL LANGUAGE API ) ?
1 comments
Rasa, evaluated in the paper, can do entity extraction.

Other open source libraries that can do entity extraction: OpenNLP (https://opennlp.apache.org/docs/1.5.3/manual/opennlp.html#to...), Stanford NLP (https://nlp.stanford.edu/software/CRF-NER.shtml), MALLET (http://mallet.cs.umass.edu/),

Maybe my question was misleading. I'm more interested, for my current project on mapping those entities with Wikipedia articles ( see https://goo.gl/mNdDRD ) or try the https://cloud.google.com/natural-language/ example