A C F G I J M R S T

A

addSample(T, long) - Method in class com.googlecode.jweb1t.FrequencyDistribution
 
AGGREGATED_COUNTS_FILE - Static variable in class com.googlecode.jweb1t.JWeb1TAggregator
 
AggregatedCountsCreator - Class in com.googlecode.jweb1t
Class that sequentially scans all Web1T-format files in order to compute the aggregated counts.
AggregatedCountsCreator(File, String) - Constructor for class com.googlecode.jweb1t.AggregatedCountsCreator
 

C

close() - Method in class com.googlecode.jweb1t.FileSearch
 
com.googlecode.jweb1t - package com.googlecode.jweb1t
 
contains(T) - Method in class com.googlecode.jweb1t.FrequencyDistribution
 
create() - Method in class com.googlecode.jweb1t.JWeb1TAggregator
Run this method to create the counts.
create() - Method in class com.googlecode.jweb1t.JWeb1TIndexer
Run this method to create the indexes.

F

FileMap - Class in com.googlecode.jweb1t
Represents an index showing which ngrams (indexed by the first two characters) are to be found in which files on the disk.
FileMap(File) - Constructor for class com.googlecode.jweb1t.FileMap
 
FileSearch - Class in com.googlecode.jweb1t
Implements the actual (binary) search for an ngram in a Web1T-format file.
FileSearch(File) - Constructor for class com.googlecode.jweb1t.FileSearch
 
FrequencyDistribution<T> - Class in com.googlecode.jweb1t
Represents a frequency distribution as a efficient map (inspired by nltk.probability.FreqDist).
FrequencyDistribution() - Constructor for class com.googlecode.jweb1t.FrequencyDistribution
 
FrequencyDistribution(Iterable<T>) - Constructor for class com.googlecode.jweb1t.FrequencyDistribution
 

G

get(String) - Method in class com.googlecode.jweb1t.FileMap
 
getAggregatedNGramCount() - Method in class com.googlecode.jweb1t.AggregatedCountsCreator
 
getB() - Method in class com.googlecode.jweb1t.FrequencyDistribution
 
getCount(T) - Method in class com.googlecode.jweb1t.FrequencyDistribution
 
getFreq(String) - Method in class com.googlecode.jweb1t.FileSearch
 
getFrequency(String) - Method in class com.googlecode.jweb1t.JWeb1TSearcher
 
getFrequency(String) - Method in class com.googlecode.jweb1t.JWeb1TSearcherInMemory
 
getFrequency(String) - Method in interface com.googlecode.jweb1t.Searcher
 
getKeys() - Method in class com.googlecode.jweb1t.FrequencyDistribution
 
getN() - Method in class com.googlecode.jweb1t.FrequencyDistribution
 
getNrOfDifferentNGrams() - Method in class com.googlecode.jweb1t.AggregatedCountsCreator
 
getNrOfDistinctNgrams(int) - Method in class com.googlecode.jweb1t.JWeb1TSearcher
 
getNrOfDistinctNgrams(int) - Method in class com.googlecode.jweb1t.JWeb1TSearcherInMemory
 
getNrOfDistinctNgrams(int) - Method in interface com.googlecode.jweb1t.Searcher
 
getNrOfNgrams(int) - Method in class com.googlecode.jweb1t.JWeb1TSearcher
 
getNrOfNgrams(int) - Method in class com.googlecode.jweb1t.JWeb1TSearcherInMemory
 
getNrOfNgrams(int) - Method in interface com.googlecode.jweb1t.Searcher
 
getWindowSize() - Method in class com.googlecode.jweb1t.FileSearch
 

I

inc(T) - Method in class com.googlecode.jweb1t.FrequencyDistribution
 
incAll(Iterable<T>) - Method in class com.googlecode.jweb1t.FrequencyDistribution
 
IndexCreator - Class in com.googlecode.jweb1t
Creates an index showing which ngrams (indexed by the first two characters) are to be found in which files on the disk.
IndexCreator(File, String) - Constructor for class com.googlecode.jweb1t.IndexCreator
 

J

JWeb1TAggregator - Class in com.googlecode.jweb1t
Creates some aggregated counts that are not directly available in the data.
JWeb1TAggregator(String, int) - Constructor for class com.googlecode.jweb1t.JWeb1TAggregator
 
JWeb1TIndexer - Class in com.googlecode.jweb1t
Provides a method to create the indexes to access the web1t corpus.
JWeb1TIndexer(String, int) - Constructor for class com.googlecode.jweb1t.JWeb1TIndexer
 
JWeb1TSearcher - Class in com.googlecode.jweb1t
Search-on-disk based implementation of the Searcher interface for accessing the data in Web1T-format.
JWeb1TSearcher(String...) - Constructor for class com.googlecode.jweb1t.JWeb1TSearcher
 
JWeb1TSearcher(File, int, int) - Constructor for class com.googlecode.jweb1t.JWeb1TSearcher
Try to deduce the index files from the given path.
JWeb1TSearcherInMemory - Class in com.googlecode.jweb1t
Memory-based implementation of the Searcher interface for accessing the data in Web1T-format.
JWeb1TSearcherInMemory(String, int) - Constructor for class com.googlecode.jweb1t.JWeb1TSearcherInMemory
 

M

main(String[]) - Static method in class com.googlecode.jweb1t.FileMap
 

R

read(long) - Method in class com.googlecode.jweb1t.FileSearch
 

S

Searcher - Interface in com.googlecode.jweb1t
Interface for any classes providing frequency counts.
setWindowSize(int) - Method in class com.googlecode.jweb1t.FileSearch
 

T

toString() - Method in class com.googlecode.jweb1t.FileMap
 
toString() - Method in class com.googlecode.jweb1t.FrequencyDistribution
 

A C F G I J M R S T

Copyright © 2012. All Rights Reserved.