上手难度较低。首先下载预构建的向量数据文件,随后运行 Python 脚本执行评估,如执行 `python ana_eval_dense.py -v <vector.txt> -a CA8/morphological.txt` 即可开始使用。
核验依据
README: This project provides 100+ Chinese Word Vectors (embeddings) trained with different **representations** (dense and sparse), **context features** (word, ngram, character, and more)…
README: The pre-trained vector files are in text format. Each line contains a word and its vector. Each value is separated by space. The first line records the meta information: the first…
README: In contrast, CA8 is specifically designed for Chinese language. It contains 17813 analogy questions and covers comprehensive morphological and semantic relations.
README: $ python ana_eval_dense.py -v <vector.txt> -a CA8/morphological.txt
README: All word vectors are trained by ngram2vec toolkit.