I am trying to extract various Named Entities from a Spanish language text file. I tried using nltk but to no success. I am using Python 2 with nltk 3.x.
1 Answer
$\begingroup$ $\endgroup$
1 I suggest you take a look at the Python library Spacy it has a model for spanish language that includes NER.
- $\begingroup$ @VivekKhetan could you mark my answer as accepted $\endgroup$Dani Mesejo– Dani Mesejo2017-11-20 17:29:42 +00:00Commented Nov 20, 2017 at 17:29