| Package | Description |
|---|---|
| com.hankcs.hanlp.mining.word2vec |
Java移植版的word2vec,最大程度上与原版一致。大部分代码来自:https://github.com/kojisekig/word2vec-lucene ,额外做了一些性能优化
|
| Modifier and Type | Field and Description |
|---|---|
protected VocabWord[] |
Corpus.vocab |
| Modifier and Type | Method and Description |
|---|---|
VocabWord[] |
Corpus.getVocab() |
| Modifier and Type | Method and Description |
|---|---|
int |
VocabWord.compareTo(VocabWord that) |
Copyright © 2014–2021 码农场. All rights reserved.