Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. ---------------------------------------------------------------------------
  2. NameError Traceback (most recent call last)
  3. <ipython-input-21-a7b230c84356> in <module>()
  4. ----> 1 ct = CRFTagger()
  5. 2 nlp = spacy.load('en')
  6. /anaconda3/lib/python3.6/site-packages/nltk/tag/crf.py in __init__(self, feature_func, verbose, training_opt)
  7. 81
  8. 82 self._model_file = ''
  9. ---> 83 self._tagger = pycrfsuite.Tagger()
  10. 84
  11. 85 if feature_func is None:
  12. NameError: name 'pycrfsuite' is not defined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement