-
Notifications
You must be signed in to change notification settings - Fork 381
Open
Description
After cloning and running build and then running the command
export TWITTER_NLP=./ & cat 'data.jsonl' | python2 python/ner/extractEntities2_json.py --pos --chunk > 'data_tagging.jsonl'
I get the error:
Traceback (most recent call last):
File "python/ner/extractEntities2_json.py", line 26, in <module>
import twokenize
ImportError: No module named twokenize
cat: write error: Broken pipe
python2 of course,
Does anyone know how to fix this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels