- search(SuffixArrays.LongArray, SuffixArrays.LongArray, SuffixArrays.LongArray, long, long) - Static method in class es.ehu.si.ixa.prebmt.util.SuffixArrays
-
Searches the given pattern in the given string in O(m*log(n)) time.
- Sentence - Interface in es.ehu.si.ixa.prebmt.model
-
A parse tree that represents a sentence together with its syntactical
structure.
- setAlignmentLength(long, int) - Method in class es.ehu.si.ixa.prebmt.model.filebacked.FileBackedMonolingualCorpus
-
Sets the amount of elements between the leftmost and the rightmost
elements in the target language with which the element in the given index
is aligned (including the leftmost and the rightmost ones).
- setAlignmentStart(long, long) - Method in class es.ehu.si.ixa.prebmt.model.filebacked.FileBackedMonolingualCorpus
-
Sets the the index of the leftmost element in the target language with
which the element in the given index is aligned.
- setEntityId(long, int) - Method in class es.ehu.si.ixa.prebmt.model.filebacked.FileBackedMonolingualCorpus
-
Sets the id of the aligned entity in the given index.
- setSA(long, long) - Method in class es.ehu.si.ixa.prebmt.model.filebacked.FileBackedMonolingualCorpus
-
Sets the value of this corpus' suffix array in the given index.
- setValue(int) - Method in class es.ehu.si.ixa.prebmt.util.MutableInteger
-
Sets the specified value as the value hold by this mutable integer.
- setWeight(long, double) - Method in class es.ehu.si.ixa.prebmt.model.filebacked.FileBackedMonolingualCorpus
-
Sets the lexical weight of the element in the given index.
- size - Variable in class es.ehu.si.ixa.prebmt.model.filebacked.FileBackedMonolingualCorpus
-
The amount of elements (phrase begin, phrase end, space, token and
entities) in this corpus.
- Space - Interface in es.ehu.si.ixa.prebmt.model
-
- StanfordCoreNLPAnalyzer - Class in es.ehu.si.ixa.prebmt.analysis
-
An analyzer that uses Stanford CoreNLP as its backend.
- StanfordCoreNLPAnalyzer() - Constructor for class es.ehu.si.ixa.prebmt.analysis.StanfordCoreNLPAnalyzer
-
Constructs a new analyzer.
- stderrWriter() - Static method in class es.ehu.si.ixa.prebmt.util.IOUtils
-
Returns the UTF-8 writer for standard error.
- stderrWriter(String) - Static method in class es.ehu.si.ixa.prebmt.util.IOUtils
-
Returns the writer for standard error that uses the specified encoding.
- stderrWriter(Charset) - Static method in class es.ehu.si.ixa.prebmt.util.IOUtils
-
Returns the writer for standard error that uses the specified encoding.
- stdinReader() - Static method in class es.ehu.si.ixa.prebmt.util.IOUtils
-
Returns the UTF-8 reader for standard input.
- stdinReader(String) - Static method in class es.ehu.si.ixa.prebmt.util.IOUtils
-
Returns the reader for standard input that uses the specified encoding.
- stdinReader(Charset) - Static method in class es.ehu.si.ixa.prebmt.util.IOUtils
-
Return the reader for standard input that uses the specified encoding.
- stdoutWriter() - Static method in class es.ehu.si.ixa.prebmt.util.IOUtils
-
Returns the UTF-8 writer for standard output.
- stdoutWriter(String) - Static method in class es.ehu.si.ixa.prebmt.util.IOUtils
-
Returns the writer for standard output that uses the specified encoding.
- stdoutWriter(Charset) - Static method in class es.ehu.si.ixa.prebmt.util.IOUtils
-
Returns the writer for standard output that uses the specified encoding.
- substract(int) - Method in class es.ehu.si.ixa.prebmt.util.MutableInteger
-
Substracts the specified value to the value hold by this mutable integer.
- SuffixArrays - Class in es.ehu.si.ixa.prebmt.util
-
Utility class to build suffix arrays and perform string searching with them.
- SuffixArrays.LongArray - Interface in es.ehu.si.ixa.prebmt.util
-
An array whose values and indices are primitive longs.