WeiZhong_Liu
Results
1
issues of
WeiZhong_Liu
(nlpaug_env) lwz@ubuntu:/ssd1/lwz/CCKS-AI-detection$ python -c "import nltk; print(nltk.pos_tag(nltk.word_tokenize('This is a test sentence.')))" Traceback (most recent call last): File "", line 1, in File "/home/lwz/anaconda3/envs/nlpaug_env/lib/python3.8/site-packages/nltk/tag/__init__.py", line 168, in pos_tag tagger = _get_tagger(lang)...