| Constructor and Description |
|---|
JWeb1TSearcherInMemory(String ngramLocation,
int maxNgramSize) |
| Modifier and Type | Method and Description |
|---|---|
long |
getFrequency(Collection<String> aPhrase) |
long |
getFrequency(String... aPhrase) |
long |
getNrOfDistinctNgrams(int aNGramSize) |
long |
getNrOfNgrams(int aNGramSize) |
public JWeb1TSearcherInMemory(String ngramLocation, int maxNgramSize) throws IOException
IOExceptionpublic long getFrequency(Collection<String> aPhrase) throws IOException
getFrequency in interface SearcherIOExceptionpublic long getFrequency(String... aPhrase) throws IOException
getFrequency in interface SearcherIOExceptionpublic long getNrOfNgrams(int aNGramSize)
getNrOfNgrams in interface Searcherpublic long getNrOfDistinctNgrams(int aNGramSize)
getNrOfDistinctNgrams in interface SearcherCopyright © 2013. All Rights Reserved.