Skip to content

Latest commit

 

History

History

Utils

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Utils

1. train_word2vec_model.py

利用gensim训练词向量,具体参数参考官方API。使用方法: python2/python3 train_word2vec_model.py path_to_corpus path_to_model

2. trietree.py

构建Trie树,并实现查找功能,使用方法参见demo。

Updating...