| Package | Description |
|---|---|
| ch.epfl.bbp.uima.word2vec |
| Modifier and Type | Method and Description |
|---|---|
TreeSet<Word2Vec.WordEntry> |
Word2Vec.analogy(String query) |
TreeSet<Word2Vec.WordEntry> |
Word2Vec.analogy(String word0,
String word1,
String word2) |
Set<Word2Vec.WordEntry> |
Word2Vec.distance(String word) |
Set<Word2Vec.WordEntry> |
Word2VecMore.distanceMax(String word)
FAIL only counting min + max distance
|
Set<Word2Vec.WordEntry> |
Word2VecMore.distanceNeg(String word)
only counting negative OR POSITIVE distances
|
Set<Word2Vec.WordEntry> |
Word2VecMore.distanceNegCnt(String word)
only counting NUMBER OF negative OR POSITIVE distances
|
| Modifier and Type | Method and Description |
|---|---|
int |
Word2Vec.WordEntry.compareTo(Word2Vec.WordEntry o) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Word2Vec.insertTopN(String name,
float score,
List<Word2Vec.WordEntry> wordsEntrys) |
Copyright © 2015 Bluebrain Project. All rights reserved.