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

M

main(String[]) - Static method in class moj.javasdm.TestRI
*** TestRI ***
Usage: TestRI ( ...
main(String[]) - Static method in class moj.javasdm.TrainRI
*** TrainRI ***
Usage: TrainRI ()
: file or folder to recursively Random Index files in
: filename (without extension) to save the RandomIndex to
: properties file to read settings from (optional)
main(String[]) - Static method in class moj.lang.en.PorterStemmer
Usage: moj.lang.en.PorterStemmer <file>
<file> : file to stem the words in
main(String[]) - Static method in class moj.lang.FrequencyList
Usage: moj.lang.FrequencyList <file> (<minimum token length>)
<file> : file to build frequency counts on
<minimum token length> : minimum length for a token for it to be counted
main(String[]) - Static method in class moj.lang.GenericTokenizer
Usage: moj.lang.GenericTokenizer <file> (<token type>)
<file> : file to tokenize
<token type> : ([s]entenences|[w]ords|[v]ocabulary|[c]haracters|[l]inebreak)
main(String[]) - Static method in class moj.lang.Readability
Usage: moj.lang.Readability <file>
<file> : text file to calculate LIX for
main(String[]) - Static method in class moj.lang.se.DecompounderConnection
Usage: moj.lang.se.DecompounderConnection <FILE|WORD|DEMO> <file|word>
<FILE|WORD|DEMO> : decompound words in a file, given word, or print demo output
<file|word> : file to decompound the words in, or word to decompound
main(String[]) - Static method in class moj.lang.se.GranskaConnection
Usage: moj.lang.se.GranskaConnection <TOKENIZE|LEMMATIZE|LEMMATAG|POSTAG|PARSE|INFLECT|DEMO> <file|word> (<word class>)
<TOKENIZE|LEMMATIZE|LEMMATAG|POSTAG|PARSE|INFLECT|DEMO> : keywords denoting desired function/output, or demo output
<file|word> : file to tag words in, or word to inflect
<word class> : inflection paradigm (if left out forms are generated for all PoS)
main(String[]) - Static method in class moj.lang.StandardDeviationList
Usage: moj.lang.StandardDeviationList <file> (<minimum token length>)
<file> : file to build standard deviations on
<minimum token length> : minimum length for a token for it to be counted
main(String[]) - Static method in class moj.lang.statserv.PopulateStatServ
 
main(String[]) - Static method in class moj.lang.statserv.StatServConnection
 
main(String[]) - Static method in class moj.lang.StopList
Usage: moj.lang.StopList <file>
<file> : file to remove stopwords from
(<properties>) : properties file

The properties file can contain any of the following items:
stoplist_file = <stopword file>
shortest_word = <length in characters>
longest_word = <length in characters>
minimum_words_per_file = <length in words>
MangesWS - Class in moj.ri.weighting
Calculates the weighting based upon the distance to the current label in the following manner: weight=(2^(1-distance to focus word)).
MangesWS() - Constructor for class moj.ri.weighting.MangesWS
 
MartinsWS - Class in moj.ri.weighting
Calculates the weighting based upon the distance to the current label in the following manner: weight=(1/distance to focus word) but also gives a higher weight to content words.
MartinsWS() - Constructor for class moj.ri.weighting.MartinsWS
 
minimumWordsPerFile - Variable in class moj.lang.SLprops
 
moj.javasdm - package moj.javasdm
 
moj.lang - package moj.lang
 
moj.lang.en - package moj.lang.en
 
moj.lang.se - package moj.lang.se
 
moj.lang.statserv - package moj.lang.statserv
 
moj.lang.statserv.modules - package moj.lang.statserv.modules
 
moj.ri - package moj.ri
 
moj.ri.weighting - package moj.ri.weighting
 
moj.similarity - package moj.similarity
 
moj.similarity.measures - package moj.similarity.measures
 
moj.util - package moj.util
 

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