A C D E F G I J K L M N O P R S T U V W X

G

GenericTokenizer - Class in moj.lang
GenericTokenizer is a wrapper class that tries to extend BreakIterators usability.
GenericTokenizer() - Constructor for class moj.lang.GenericTokenizer
Create a new GenericTokenizer with English locale.
GenericTokenizer(Locale) - Constructor for class moj.lang.GenericTokenizer
Create a new GenericTokenizer with the supplied locale.
getAllLowerCase() - Method in class moj.ri.RandomIndex
Gets the state of the RandomIndex denoting the wish to henceforth automagically convert all words (index terms) to all lower case.
getCharacters(String) - Method in class moj.lang.GenericTokenizer
Tokenize the supplied String into character tokens and return them in a String array.
getContext() - Method in class moj.ri.RandomLabel
Get the context vector associated to the word.
getCorrelations(String, int, long, long, HashSet<String>) - Method in class moj.ri.SparseDistributedMemory
Generate a set of "semantic relatives" for a given word.
getCorrelations(String, int, long, long) - Method in class moj.ri.SparseDistributedMemory
Generate a set of "semantic relatives" for a given word.
getCorrelations(String, int) - Method in class moj.ri.SparseDistributedMemory
Generate a set of "semantic relatives" for a given word.
getCorrelations(String) - Method in class moj.ri.SparseDistributedMemory
Generate a set of "semantic relatives" for a given word.
getDF(String) - Method in class moj.lang.FrequencyList
Returns the document frequency for the given word.
getDimensionality() - Method in class moj.ri.RandomIndex
Gets the dimensionality of RandomLabels in the RandomIndex.
getDimensionality() - Method in class moj.ri.RandomLabel
Get the random label associated to the word.
getDocumentCount() - Method in class moj.lang.FrequencyList
 
getDocumentFrequency() - Method in class moj.ri.RandomLabel
Get the document frequency for the current word.
getDocumentLabels() - Method in class moj.ri.RandomIndex
Gets the state of the RandomIndex denoting the wish to henceforth index on document level rather than word context level.
getDocumentsIndexed() - Method in class moj.ri.RandomIndex
Gets the number of documents indexed by the Random Index.
getDocumentVector(String[], Map<String, Number>, boolean) - Method in class moj.ri.SparseDistributedMemory
Get a Document Vector, with the same dimensionality as the RandomLabels in the SparseDistributedMemory, representing all words in document that are present in the SDM.
getHighestDF() - Method in class moj.lang.FrequencyList
 
getHighestTF() - Method in class moj.lang.FrequencyList
 
getLeftWindowSize() - Method in class moj.ri.RandomIndex
Gets the size of the context window to the left used when updating context labels in RandonLabels in the RandomIndex.
getLocale() - Method in class moj.lang.GenericTokenizer
Get the Locale to which the tokenizer should conform to.
getLocalStats(boolean) - Method in class moj.lang.statserv.modules.StatServRequest
Turns retrieval of "local" statistics on or off.
getLocalTF() - Method in class moj.lang.statserv.modules.LemmaTagRequest
 
getLocalTF() - Method in class moj.lang.statserv.modules.WordTagRequest
 
getLocalTokens() - Method in class moj.lang.statserv.modules.LemmaTagRequest
 
getLocalTokens() - Method in class moj.lang.statserv.modules.WordTagRequest
 
getLowestDF() - Method in class moj.lang.FrequencyList
 
getLowestTF() - Method in class moj.lang.FrequencyList
 
getMaxNumThreads() - Method in class moj.ri.RandomIndex
Returns the maximum number of concurrent threads reserved for RI when adding text to the index.
getMetaData() - Method in class moj.ri.RandomLabel
Get String based meta data for the RandomLabel.
getNegativePositions() - Method in class moj.ri.RandomLabel
Get the negative positions in the random label associated to the word.
getPositivePositions() - Method in class moj.ri.RandomLabel
Get the positive positions in the random label associated to the word.
getProperties() - Method in class moj.lang.StopList
Gets the Properties for the StopList
getRandomDegree() - Method in class moj.ri.RandomIndex
Gets the random degree of RandomLabels in the RandomIndex.
getRandomLabel(String) - Method in class moj.ri.RandomIndex
Get the RandomLabel for the given word if it exists in the RandomIndex.
getReferenceDF() - Method in class moj.lang.statserv.modules.LemmaTagRequest
 
getReferenceDF() - Method in class moj.lang.statserv.modules.WordTagRequest
 
getReferenceDocuments() - Method in class moj.lang.statserv.modules.LemmaTagRequest
 
getReferenceDocuments() - Method in class moj.lang.statserv.modules.WordTagRequest
 
getReferenceTF() - Method in class moj.lang.statserv.modules.LemmaTagRequest
 
getReferenceTF() - Method in class moj.lang.statserv.modules.WordTagRequest
 
getReferenceTokens() - Method in class moj.lang.statserv.modules.LemmaTagRequest
 
getReferenceTokens() - Method in class moj.lang.statserv.modules.WordTagRequest
 
getRightWindowSize() - Method in class moj.ri.RandomIndex
Gets the size of the context window to the right used when updating context labels in RandonLabels in the RandomIndex.
getSeed() - Method in class moj.ri.RandomIndex
Gets the seed used to create RandomLabels in the RandomIndex.
getSentences(String) - Method in class moj.lang.GenericTokenizer
Tokenize the supplied String into sentence tokens and return them in a String array.
getSleepFactor() - Method in class moj.ri.RandomIndex
Returns the number of milliseconds a thread should sleep when trying to update a RandomLabel that is already undergoing updating by another thread.
getStandardDeviations() - Method in class moj.lang.StandardDeviationList
Gets a HashMap containing the standard deviations of the distances between each instance of each unique token in the added text(s).
getStopWords() - Method in class moj.lang.StopList
Return the current Set of stop words to be removed from a text.
getTermFrequency() - Method in class moj.ri.RandomLabel
Get the term frequency for the current word.
getTF(String) - Method in class moj.lang.FrequencyList
Returns the term frequency for the given word.
getTfIDfRank(int) - Method in class moj.ri.SparseDistributedMemory
Generate the setSize best "descriptors" (i.e.
getUnaryLabels() - Method in class moj.ri.RandomIndex
Gets the state of the RandomIndex denoting the wish to henceforth use unary labels, rather than random.
getUniqueWords() - Method in class moj.lang.FrequencyList
 
getVocabulary(String) - Method in class moj.lang.GenericTokenizer
Extract the vocabulary, i.e.
getVocabulary(String, boolean) - Method in class moj.lang.GenericTokenizer
Extract the vocabulary, i.e.
getVocabulary() - Method in class moj.ri.RandomIndex
Gets the Set denoting the current restricted vocabulary.
getWeightingScheme() - Method in class moj.ri.RandomIndex
Gets the name (class) of the WeightingScheme used by the RandomIndex when updating context labels in RandonLabels in the RandomIndex.
getWord() - Method in class moj.ri.RandomLabel
Get the word which the RandomLabel is associated to.
getWordCount() - Method in class moj.lang.FrequencyList
 
getWordFrequency(String[], int[], int[]) - Method in class moj.lang.FrequencyList
Stores index terms and their corresponding term and document frequencies in the parallel array parameters.
getWordFrequency(String[], int[], int[], Comparator<Map.Entry<String, int[]>>) - Method in class moj.lang.FrequencyList
Stores index terms and their corresponding term and document frequencies in the parallel array parameters.
getWords(String) - Method in class moj.lang.GenericTokenizer
Tokenize the supplied String into words and punctuation tokens and return them in a String array.
getWords(String, boolean) - Method in class moj.lang.GenericTokenizer
Tokenize the supplied String into word level tokens and return them in a String array.
getWordsIndexed() - Method in class moj.ri.RandomIndex
Gets the number of words indexed by the Random Index.
granska - Variable in class moj.javasdm.TrainRIprops
 
granskaConnect(String, URL) - Method in class moj.lang.se.GranskaConnection
Sends the text text to a Granska/GTA/Inflector servlet and returns an Reader "pointing" at the scrutinized text.
GranskaConnection - Class in moj.lang.se
GranskaConnection handles all communication with a Granska server.
GranskaConnection() - Constructor for class moj.lang.se.GranskaConnection
Create a new GranskaConnection to the Granska server given in the file Granska.properties.
GranskaConnection(String, int, String) - Constructor for class moj.lang.se.GranskaConnection
Create a new GranskaConnection to the given host at the given port and path.
GranskaConnection(String) - Constructor for class moj.lang.se.GranskaConnection
Create a new GranskaConnection to the Granska server given in the Properties file filename.
granskaURL - Variable in class moj.lang.se.GranskaConnection
URL to current Granska servlet
gtaURL - Variable in class moj.lang.se.GranskaConnection
URL to current GTA servlet

A C D E F G I J K L M N O P R S T U V W X