A word2vec model file built from the French Wikipedia XML Dump using gensim.
收藏NIAID Data Ecosystem2026-03-11 收录
下载链接:
https://zenodo.org/records/162792
下载链接
链接失效反馈官方服务:
资源简介:
A word2vec model file built from the French Wikipedia XML dump using gensim. The data published here includes three model files (you need all three of them in the same folder) as well as the Python script used to build the model (for documentation). The Wikipedia dump was downloaded on October 7, 2016 from https://dumps.wikimedia.org/. Before building the model, plain text was extracted from the dump. The size of that dataset is about 500 million words or 3.6 GB of plain text. The principal parameters for building the model were the following: no lemmatization was performed, tokenization was done using the "\W" regular expression (any non-word character splits tokens), and the model was built with 500 dimensions.
创建时间:
2020-01-24



