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

R

randomDegree - Variable in class moj.ri.IndexHandler
 
randomDegree - Variable in class moj.ri.RIprops
 
randomIndex - Variable in class moj.ri.IndexHandler
 
RandomIndex - Class in moj.ri
A Random Index is an index that contextually indexes the texts that are fed to it.
RandomIndex(int, int, int, int, int, WeightingScheme) - Constructor for class moj.ri.RandomIndex
Create a new RandomIndex of RandomLabels with the given dimensionality, degree of initial randomness and window size for contextual updates.
RandomIndex() - Constructor for class moj.ri.RandomIndex
Create a new RandomIndex of RandomLabels with a dimensionality of 1800, a degree of initial randomness of 8 and a window size for contextual updates of 3 (i.e.
RandomLabel - Class in moj.ri
A RandomLabel consists of a word (or term), a term frequency count, a document frequency count, a randomly initialised label and a contextually updated (weighted window) context vector.
RandomLabel(String, int, int, int) - Constructor for class moj.ri.RandomLabel
To construct a new RandomLabel object we need the word that is to be 'labelled', the length of the label (i.e.
RandomLabel(String) - Constructor for class moj.ri.RandomLabel
Defaults the dimensionality to 1800 and the randomness to 8, i.e.
RandomLabel() - Constructor for class moj.ri.RandomLabel
Creates an empty RandomLabel with a dimensionality of 0 (zero).
RandomLabel(String, String, long, int, int[], int[], float[]) - Constructor for class moj.ri.RandomLabel
Construct new RandomLabel from existing data.
randomSeed - Variable in class moj.ri.IndexHandler
 
Readability - Class in moj.lang
 
Readability() - Constructor for class moj.lang.Readability
 
readFile2String(String) - Static method in class moj.util.FileTools
Reads a file into a String using cpdetector for code page detection.
readFile2String(String, Charset) - Static method in class moj.util.FileTools
Reads a file into a String using the provided charset.
readFile2StringVanilla(String) - Static method in class moj.util.FileTools
Reads a file into a String without specifying charset.
readVocabulary(String) - Static method in class moj.util.FileTools
Reads a list of words from a file into a HashSet.
readVocabulary(String, boolean) - Static method in class moj.util.FileTools
Reads a list of words from a file into a HashSet.
recurseInDirFrom(String, DirCrawlerHelper) - Static method in class moj.util.DirCrawler
Deprecated.  
referenceDocuments - Variable in class moj.lang.statserv.modules.LemmaTagRequest
 
referenceDocuments - Variable in class moj.lang.statserv.modules.WordTagRequest
 
referenceTokens - Variable in class moj.lang.statserv.modules.LemmaTagRequest
 
referenceTokens - Variable in class moj.lang.statserv.modules.WordTagRequest
 
removeControlCodes(String) - Static method in class moj.util.TagStripper
Replaces all C0/C1 control codes in text with whitespace.
removeModule(StatServRequest) - Method in class moj.lang.statserv.StatServConnection
Removes a StatServRequest module from the connection.
removeModules() - Method in class moj.lang.statserv.StatServConnection
Removes all StatServRequest modules from the connection.
removeNonWordChars(String) - Method in class moj.lang.en.PorterStemmer
Remove all characters except letters and digits from the given string.
removeStopWords(String) - Method in class moj.lang.StopList
Removes stop words in StopList from the String text
removeStopWords(String, boolean) - Method in class moj.lang.StopList
Removes stop words in StopList from the String text and output the number of removed words to System.out
removeStopWords(String[]) - Method in class moj.lang.StopList
Removes stop words in StopList from the String array text.
removeStopWords(String[], boolean) - Method in class moj.lang.StopList
Removes stop words in StopList from the String array text and, optionally, output the number of removed words to System.out.
requestXML() - Method in class moj.lang.statserv.modules.LemmaTagRequest
Returns the XML that constitutes the modules part in a StatServConnection request.
requestXML() - Method in class moj.lang.statserv.modules.StatServRequest
Returns the XML that constitutes the modules part in a StatServConnection request.
requestXML() - Method in class moj.lang.statserv.modules.WordTagRequest
Returns the XML that constitutes the modules part in a StatServConnection request.
requestXML(String, String) - Method in class moj.lang.statserv.StatServConnection
Returns the XML that constitutes a StatServConnection request.
resize(char[], int) - Static method in class moj.util.ArrayTools
Resizes an array of chars.
resize(short[], int) - Static method in class moj.util.ArrayTools
Resizes an array of shorts.
resize(int[], int) - Static method in class moj.util.ArrayTools
Resizes an array of ints.
resize(long[], int) - Static method in class moj.util.ArrayTools
Resizes an array of longs.
resize(float[], int) - Static method in class moj.util.ArrayTools
Resizes an array of floats.
resize(double[], int) - Static method in class moj.util.ArrayTools
Resizes an array of doubles.
resize(Object[], int) - Static method in class moj.util.ArrayTools
Resizes an array of Objects.
restrictedResultSet - Variable in class moj.javasdm.TestRIprops
 
restrictExtension - Variable in class moj.javasdm.TrainRIprops
 
resultSetDescriptions - Variable in class moj.javasdm.TestRIprops
 
retries - Variable in class moj.javasdm.TrainRIprops
 
ReverseEntryValueComparator - Class in moj.util
Comparator that compares values.
ReverseEntryValueComparator() - Constructor for class moj.util.ReverseEntryValueComparator
 
revokePurgedState() - Method in class moj.ri.RandomIndex
Revoking the RandomIndex from purged state makes it possible to further add data to the index even though labels influencing the data have been removed from the index.
rightWindowSize - Variable in class moj.ri.IndexHandler
 
rightWindowSize - Variable in class moj.ri.RIprops
 
RIprops - Class in moj.ri
 
RIprops(String) - Constructor for class moj.ri.RIprops
 
RosellsWS - Class in moj.ri.weighting
((1-c) + c*sim) * 2^(1-d)
Note: this will not produce reproducible results in a multi-threaded environment due to the TermFrequency constraint (RandomLabels are not guaranteed to be processed in the same order, and may thus not always reach the threshold at the same point).
RosellsWS() - Constructor for class moj.ri.weighting.RosellsWS
 

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