howl-anderson/tools_for_corpus_of_people_daily

Execute Python error

kaiping39 opened this issue · 2 comments

Hi, An error occurred while executing python "python ./conll_to_char_crfpp.py", err-msg "ImportError: No module named 'tokenizer_tools'". How should I import BILUOEncoderDecoder? tks.

Do you already install dependencies by pip install -r requirements.txt ?

Do you already install dependencies by pip install -r requirements.txt ?

Yes, it's work now, many tks for your help.