Skip to content Skip to sidebar Skip to footer

Stanford Ner With Python Nltk Fails With Strings Containing Multiple "!!"s?

Suppose this is my filecontent: When they are over 45 years old!! It would definitely help Michael Jordan. Below is my code for tagging setences. st = NERTagger('stanford-ner/cla

Solution 1:

If you follow my solution from the other question instead of using nltk you will get JSON that properly splits this text into two sentences.

Link to previous question: how to speed up NE recognition with stanford NER with python nltk

Post a Comment for "Stanford Ner With Python Nltk Fails With Strings Containing Multiple "!!"s?"