shangjingbo1226 / AutoPhrase

AutoPhrase: Automated Phrase Mining from Massive Text Corpora
Apache License 2.0
1.17k stars 273 forks source link

lack of #48

Closed CaoJonas closed 5 years ago

CaoJonas commented 5 years ago

The lack of parameter file english.utf8.par Some parameter file can't be downloaded automatically due to invalid URL. I try to download english.par and replace english.utf8.par with it. but it doesn't work. I am appreciated if I get this parameter file from you.

shangjingbo1226 commented 5 years ago

Interesting. Is there any change on the TreeTagger side? I will probably investigate this more over this weekend.

CaoJonas commented 5 years ago

Thank for your reply. These links from a script are invalidated. It's helpful to replace english.par to english.utf8.par with default corpus, but it doesn't work when I run codes with a part of default corpus.

CaoJonas commented 5 years ago

Hi, @shangjingbo1226, I met a new problem POS-Tagging Mode Disabled. I printed the main functionn's parameters, but no extra reminder. Have you been in this situation?

shangjingbo1226 commented 5 years ago

Did you change "ENABLE_POS_TAGGING=${ENABLE_POS_TAGGING:- 1}" in the auto_phrase.sh?

CaoJonas commented 5 years ago

Yeah, I forget to make a difference with the changed script. I got a reasonable result like an example referenced paper showed. Thanks for your help.

shangjingbo1226 commented 5 years ago

Cool, I'm glad to hear that!