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

S

s - Variable in class hultig.sumo.NGramsV
 
satisfy(String) - Method in class hultig.sumo.XBubble
Verifica se esta bolha satisfaz uma determinada regra, gerada pelo Aleph.
satisfy(String, int, String) - Method in class hultig.sumo.XBubble
Particularização do método satisfy/1.
satisfySpecialRules(String) - Method in class hultig.sumo.TxtFilter
Verifies whether a given string satisfies a number of text rules.
satisfyWordConstraints(double, int[]) - Method in class hultig.sumo.TxtFilter
Test a set of constraints.
save(String) - Method in class hultig.sumo.CorpusIndex
Saves this object to a binary file.
save(String) - Method in class hultig.sumo.XBubbleList
Grava este objecto num ficheiro.
save(String) - Method in class hultig.util.HashStr
Grava a Hashtable num ficheiro com o nome "fname".
saveFile() - Method in class hultig.sumo.Text
Save this text to a new file with the name equal to the current time stamp in the format: YYYYMTDDHHMMSS.txt, with YYYY, MT, DD, HH, MM, SS representing respectively the year, month, day, hour, minute, and second.
saveFile(String) - Method in class hultig.sumo.Text
Saves the current text to a given file.
saveXML(String) - Method in class hultig.sumo.POSType
Gravação das etiquetas sintaticas em ficheiro XML.
sclean(String, String) - Static method in class hultig.util.Toolkit
Cleans a string by eliminating any character contained in a givens set of characters.
sclean(String[], String) - Static method in class hultig.util.Toolkit
Cleans all strings in a given array, by eliminating any character from a given set.
sdict - Variable in class hultig.sumo.CorpusIndex
A corpora index with the words/tokens being the keys.
SECONDS - Static variable in class hultig.util.CronoSensor
Define the type "seconds"
selectBestAssignment(ArrayList<MatrixItem>, int) - Static method in class hultig.util.Matrix
Given a matrix <index(i,j), value> vector, select the n best exclusive assignments.
Sentence - Class in hultig.sumo
Represents a textual sentence using various schemes or interpretations.
Sentence() - Constructor for class hultig.sumo.Sentence
Default constructor.
Sentence(String) - Constructor for class hultig.sumo.Sentence
Creates a new sentence from a given string.
serialVersionUID - Static variable in class hultig.sumo.Word
 
serialVersionUID - Static variable in class hultig.sumo.XBubble
 
serialVersionUID - Static variable in class hultig.sumo.XBubbleList
 
set(int, int, String) - Method in class hultig.sumo.ChunkMark
Sets this chunk mark, through their three parameters: the left and right sentence word positions, and the chunk part-of-speech label.
set(int, int, ChunkTag) - Method in class hultig.sumo.ChunkMark
 
set(FileIN) - Method in class hultig.sumo.HNgram
This method loads the n-gram table from a given file.
set(int, int, String) - Method in class hultig.sumo.Rule
Defines the current instance upon three supplied instances.
set(String) - Method in class hultig.sumo.Sentence
Recreate this sentence from a given string.
set(String) - Method in class hultig.sumo.Word
Redefines this word based on the received string, which is assumed to contain just the alpha sequence representing a single word.
set(String, String) - Method in class hultig.sumo.Word
Redefines this word based on the received string, which is assumed to contain just the alpha sequence representing a single word.
set(String, String[]) - Method in class hultig.sumo.Word
 
set() - Method in class hultig.util.CronoSensor
Reset the chronometer to time zero for subsequente time measuring.
set(int, int, double) - Method in class hultig.util.MatrixT
 
setChkCod(int) - Method in class hultig.sumo.Word
Sets the chunk code of this word, meaning that this word is contained in a chunk (shallow parsing) with that code.
setDic(CorpusIndex) - Method in class hultig.align.NWunsch
 
setDictionary(CorpusIndex) - Method in class hultig.align.SWaterman
 
setEncode(String) - Method in class hultig.util.HashStr
 
setEncoding(String) - Method in class hultig.io.FileIN
Set the encoding.
setEncoding(String) - Method in class hultig.sumo.CorpusIndex
Defines a new encoding for reading corpora text files.
setLexCod(int) - Method in class hultig.sumo.Word
Defines the word lexical code.
setMetaTag(String, String) - Method in class hultig.sumo.Word
 
setMetric(String) - Method in class hultig.sumo.Sentence
Defines which should be the default similarity function to be used in the sentence similarity computation.
setModelsPath(String) - Method in class hultig.sumo.OpenNLPKit
Sets and validates a given path as being a valid directory.
setPOS(char[]) - Method in class hultig.sumo.Word
Returns the POS tag of this word, to a valid POS tag.
setPOS(String) - Method in class hultig.sumo.Word
Returns the POS tag of this word, to a valid POS tag.
setPosCod(int) - Method in class hultig.sumo.Word
Sets the POS tag code for this word.
setSilentMode(boolean) - Method in class hultig.sumo.OpenNLPKit
Sets the "silent mode" state, used in some methods for printing log/info/status messages.
shuffle(Random) - Method in class hultig.sumo.Text
Shuffles randomly the sentences in this text.
similarity(int, int) - Method in class hultig.align.NWunsch
Define metrica de distância entre "simbolos" do alfabeto.
similarity(Sentence) - Method in class hultig.sumo.Sentence
Compute the similarity metric between two sentences.
similarity(Sentence, String) - Method in class hultig.sumo.Sentence
Calculates the similarity between two sentences using a given similarity function.
similarity(Text) - Method in class hultig.sumo.Text
Computes a lexical similarity between two texts, based on local evidence.
SimpleChaining - Class in hultig.align
NOT YET WELL COMMENTED.
SimpleChaining() - Constructor for class hultig.align.SimpleChaining
 
SimpleChaining.Match - Class in hultig.align
Match class defintion
SimpleChaining.Match(int, int, int, int, double) - Constructor for class hultig.align.SimpleChaining.Match
 
size() - Method in class hultig.sumo.Chunk
Gives the number of words contained in this chunk.
size() - Method in class hultig.sumo.ParaphAlignPair
The length of this alignment, in terms of the number of tokens in each sentence, including the void tokens, marked usualy with sequences of underscores.
size() - Method in class hultig.util.OSArguments
Total number of arguments.
sline(char, int) - Static method in class hultig.util.Toolkit
Constructs a string of repeated characters, with a given size.
sline(int) - Static method in class hultig.util.Toolkit
Generates a '-' string with a given size.
sort() - Method in class hultig.sumo.RuleList
Sorts this list of reduction rules, according to the specified comparator and criterion.
sort(int) - Method in class hultig.sumo.RuleList
 
sort(int, RuleList.SortType) - Method in class hultig.sumo.RuleList
 
sort() - Method in class hultig.sumo.XBubbleList
Ordena esta lista em ordem decrescente, de acordo com a ordem definida no método compar(,).
splitPunct() - Method in class hultig.sumo.Sentence
Split a sentence based on the punctuations found.
splitSentences(String) - Method in class hultig.sumo.OpenNLPKit
Splits an assumed textual string, having possibly several sentences, into an array of strings, with one sentence per position.
splitWords(String) - Static method in class hultig.sumo.CorpusIndex
Splits a given string sentence in a list of words.
sprintf(String, Object...) - Method in class hultig.io.FileOUT
My sprintf function, similar to the C function.
sprintf(String, Object...) - Static method in class hultig.util.Toolkit
The sprintf function, similar to the one existing in the C language.
sqr(double) - Static method in class hultig.util.Toolkit
Gives the square of a value.
stack - Variable in class hultig.sumo.NGramsV
 
startCluster(String) - Static method in class hultig.sumo.NewsCluster
 
startNew(String) - Static method in class hultig.sumo.NewsCluster
 
STDETECT - Static variable in class hultig.sumo.OpenNLPKit
The sentence detector reference code.
str2cod(String) - Static method in class hultig.sumo.ChunkType
Gives the tag code corresponding to a given chunk tag, taking into account the defined internal codes, in this class (the static int fields).
str2cod(String) - Method in class hultig.sumo.POSType
 
strvect(String) - Static method in class hultig.sumo.NGramsV
 
stx - Variable in class hultig.sumo.Sentence
Internal string representation of this sentence.
STYPE - Variable in class hultig.sumo.RuleList
 
subcodes(int, int) - Method in class hultig.sumo.Sentence
Gives the array of sub-codes corresponding to a sub-sentence of this sentences.
subList(int, int) - Method in class hultig.sumo.ChunkedSentence
Gives a subsequence of this sentence, in the form of a list of words.
subs(int, int) - Method in class hultig.sumo.Sentence
Gives a sub-sentence from this sentence, between positions a and b, which should be valid.
subSequence(int, int) - Method in class hultig.sumo.ParaphAlignPair
Gives a sub-sequence of this alignment, delimited by two positions.
subvector(int[], int) - Static method in class hultig.sumo.NGramsV
 
subvector(int[], int, int) - Static method in class hultig.sumo.NGramsV
 
suf - Variable in class hultig.sumo.NGramsV
 
sum() - Method in class hultig.sumo.CorpusIndex
Sums the frequencies for all tokens.
sum() - Method in class hultig.util.MatrixT
 
sumLines() - Method in class hultig.util.MatrixT
 
SWaterman - Class in hultig.align
This class contains an implementation of the Smith Waterman algorithm for locally align sequence pairs.
SWaterman(String, String) - Constructor for class hultig.align.SWaterman
 
SWaterman(int[], int[]) - Constructor for class hultig.align.SWaterman
JPC - Para vectores representando frases.
SWaterman(int[], int[], CorpusIndex) - Constructor for class hultig.align.SWaterman
JPC - Para vectores representando frases.
SWaterman(int[], int[], CorpusIndex, int[]) - Constructor for class hultig.align.SWaterman
 

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