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

R

randomDrop(int) - Method in class hultig.sumo.Text
Eliminates randomly n sentences from this text.
rankBestN(int) - Method in class hultig.util.HashStr
 
rankN(Hashtable<String, Integer>, int) - Static method in class hultig.util.HashStr
Devolve um array com as N melhores Strings.
rankNDouble(Hashtable<String, Integer>, int) - Static method in class hultig.util.HashStr
Devolve um array com as N melhores Strings.
read() - Method in class hultig.io.FileIN
Read the next line from the opened text.
read(int) - Method in class hultig.io.FileIN
Read a maximum amount of strings, from this file.
readAll() - Method in class hultig.io.FileIN
Read all strings from file.
readCluster(BufferedReader, NewsCluster) - Method in class hultig.io.FileNewsCluster
Reads a given news cluster, from the current file reader (BufferedReader).
readCluster(BufferedReader, NewsCluster) - Method in class hultig.sumo.NewsClusterList
Read the next news cluster, from the current reader, given by @param br.
readCorpus(Vector<String>) - Method in class hultig.sumo.CorpusIndex
Recreates the index from a list of string tokens, presumably words.
readCorpus(String) - Method in class hultig.sumo.CorpusIndex
Reads a corpus text file, recreating the index.
readCorpus(String, boolean) - Method in class hultig.sumo.CorpusIndex
Reads a corpus text file, incrementally adding their new "unseen" words to this object.
readFile(String) - Method in class hultig.sumo.Text
Add all the sentences contained in a given text file to this text object.
readFile(String, String, int) - Static method in class hultig.util.Toolkit
Reads a certain number of lines from a given file, through a specific encoding format.
readInt() - Method in class hultig.io.Input
Leitura de um inteiro.
readLinks(Sentence) - Method in class hultig.sumo.Sentence
Returns the set of links between two sentences: A = {a1,a2,...an} where ak = (k1, k2) is an integer pair representing the link between word in position k1, in one sentence, and k2 the k2-th word in the other sentence.
readLinks(int[], int[]) - Static method in class hultig.sumo.Sentence
Returns the set of links between two sentences: A = {a1,a2,...an} where ak = (k1, k2) is an integer pair representing the link between word in position k1, in one sentence, and k2 the k2-th word in the other sentence.
readLn() - Method in class hultig.io.Input
Leitura de uma String.
readLn() - Static method in class hultig.util.Toolkit
A static method for reading a string from the standard input.
readPattern(String) - Method in class hultig.io.FileIN
Read all strings that matches a given regular expression.
readReal() - Method in class hultig.io.Input
Leitura de um número real.
rebuild() - Method in class hultig.sumo.CorpusIndex
Recreates the corpus index upon the text loaded so far.
reload(Sentence) - Method in class hultig.sumo.Sentence
Recreate this sentence from another one.
removeBubNotWords() - Method in class hultig.sumo.XBubbleList
Apaga as bolhas cuja parte não nula
removeDuplicate() - Method in class hultig.sumo.XBubbleList
Tira as linhas em duplicado, depois de ordenar a lista, invocando o "sort()".
removeDuplicateRules() - Method in class hultig.sumo.RuleList
Eliminates duplicate rules, from this rule list.
removeDuplicates() - Method in class hultig.sumo.Text
Remove duplicate sentences from this text.
RIGHT - Static variable in class hultig.sumo.Rule
 
RPUNCT - Static variable in class hultig.sumo.Word
 
Rule - Class in hultig.sumo
NOT YET WELL COMMENTED.
Rule() - Constructor for class hultig.sumo.Rule
The default constructor.
Rule(int, int, String) - Constructor for class hultig.sumo.Rule
A constructor based on three parameters: the rule identification, the number of learning instances covered, and the string with the rule conditions.
RuleList - Class in hultig.sumo
NOT YET WELL COMMENTED.
RuleList() - Constructor for class hultig.sumo.RuleList
The default constructor.
RuleList.SortType - Enum in hultig.sumo
The Sort criteria for the rules list.
rulePartition(String) - Method in class hultig.sumo.XBubbleList
 

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