|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.labs.minion.indexer.dictionary.MemoryDictionary
com.sun.labs.minion.indexer.dictionary.MemoryBiGramDictionary
public class MemoryBiGramDictionary
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.sun.labs.minion.indexer.dictionary.MemoryDictionary |
|---|
MemoryDictionary.IDMap, MemoryDictionary.MemoryDictionaryIterator, MemoryDictionary.Renumber |
| Field Summary | |
|---|---|
protected static java.lang.String |
logTag
|
| Fields inherited from class com.sun.labs.minion.indexer.dictionary.MemoryDictionary |
|---|
entryClass, id, idMap, map, part |
| Constructor Summary | |
|---|---|
MemoryBiGramDictionary()
Creates a bigram dictionary. |
|
MemoryBiGramDictionary(Entry[] e)
Creates and populates a bigram dictionary from a set of dictionary entries. |
|
| Method Summary | |
|---|---|
void |
add(Entry entry)
Adds an entry from another dictionary to the bigram dictionary. |
| Methods inherited from class com.sun.labs.minion.indexer.dictionary.MemoryDictionary |
|---|
clear, dump, dump, dumpPrepare, get, getEntryClass, getIdMap, getKeys, getMaxId, getPartition, getSize, iterator, newEntry, processEntry, put, remove, setPartition, simpleNewEntry, size, sort |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static java.lang.String logTag
| Constructor Detail |
|---|
public MemoryBiGramDictionary()
public MemoryBiGramDictionary(Entry[] e)
String.
e - Entries whose names should be added to the dictionary.| Method Detail |
|---|
public void add(Entry entry)
entry - The entry whose name should be added to the bigram
dictionary.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||