You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
annotations = spotlight.annotate(localhost, text, confidence=confidence, support=support_cutoff, spotter='AtLeastOneNounSelector) does not work. But If I take out the spotter argument completely or use spotter='Default', it works.
The text was updated successfully, but these errors were encountered:
Hello, in the annotator function parameter, I was not able to use any of the following spotters except the Default:
"LingPipeSpotter", "AtLeastOneNounSelector", "CoOccurrenceBasedSelector", "NESpotter", "KeyphraseSpotter", "OpenNLPChunkerSpotter", "WikiMarkupSpotter", "SpotXmlParser", "AhoCorasickSpotter", "Default"
Is there any work around?
annotations = spotlight.annotate(localhost, text, confidence=confidence, support=support_cutoff, spotter='AtLeastOneNounSelector)
does not work. But If I take out the spotter argument completely or usespotter='Default'
, it works.The text was updated successfully, but these errors were encountered: