diff --git a/README b/README index 7d89080..7002d09 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ 基于自然语言处理的情感分析工具 -本程序依赖data目录下面的data.zip,先解压缩 data 目录下面的 data.zip到当前目录。 +本程序依赖data目录下面的data.zip和dictionary.zip先解压缩 data 目录下面的 data.zip到当前目录。 diff --git a/data/.gitignore b/data/.gitignore index e375520..f1e70dd 100644 --- a/data/.gitignore +++ b/data/.gitignore @@ -3,5 +3,4 @@ nerws_corpus/ output/ polarity_corpus/ Sentiment_Dictionary/ -dictionary/ -model/ \ No newline at end of file +dictionary/ \ No newline at end of file diff --git a/data/dictionary.zip b/data/dictionary.zip new file mode 100644 index 0000000..2576934 Binary files /dev/null and b/data/dictionary.zip differ