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

S

safeAbbreviationPattern - Static variable in class javatools.parsers.Name
Contains the safe pattern for abbreviations
safeAbbreviationPattern - Static variable in class javatools.parsers.NameML
Contains the safe pattern for abbreviations
safeCompanyPattern - Static variable in class javatools.parsers.Name
Contains the safe pattern for companies
safeCompanyPattern - Static variable in class javatools.parsers.NameML
Contains the safe pattern for companies
safeName - Static variable in class javatools.parsers.Name
Contains a pattern that indicates strings that are very likely to be names
safeName - Static variable in class javatools.parsers.NameML
Contains a pattern that indicates strings that are very likely to be names
safeNamePattern - Static variable in class javatools.parsers.Name
Contains a pattern that indicates strings that are very likely to be names
safeNamePattern - Static variable in class javatools.parsers.NameML
Contains a pattern that indicates strings that are very likely to be names
safeNamesPattern - Static variable in class javatools.parsers.Name
Contains a pattern that indicates strings that are very likely to be names
safeNamesPattern - Static variable in class javatools.parsers.NameML
Contains a pattern that indicates strings that are very likely to be names
safeNamesPatternNoPrep - Static variable in class javatools.parsers.Name
Contains a pattern that indicates strings that are very likely to be names
safeNamesPatternNoPrep - Static variable in class javatools.parsers.NameML
Contains a pattern that indicates strings that are very likely to be names
safePersonName - Static variable in class javatools.parsers.Name
The pattern for strings that are person names with high probability
safePersonNamePattern - Static variable in class javatools.parsers.Name
 
safePersonNamePatternDe - Static variable in class javatools.parsers.NameML
 
safePersonNamePatternEn - Static variable in class javatools.parsers.NameML
 
safePersonNamePatternEs - Static variable in class javatools.parsers.NameML
 
safePersonNamePatternFr - Static variable in class javatools.parsers.NameML
 
safePersonNamePatternIt - Static variable in class javatools.parsers.NameML
 
saveAs(String) - Method in class javatools.administrative.NonsharedParameters
Stores the parameters in a given file
SCREENWIDTH - Static variable in class javatools.database.Database
The screen width for describe()
scrollTo(Reader, char...) - Static method in class javatools.filehandlers.FileLines
Scrolls to one of the characters
scrollTo(Reader, char) - Static method in class javatools.filehandlers.FileLines
Reads to a specific character
scrollTo(Reader, String) - Static method in class javatools.filehandlers.FileLines
Scrolls to a specific limit and beyond
scrollTo(String) - Method in class javatools.filehandlers.HTMLReader
Seeks a specific string and scrolls to it, returns TRUE if found
scrollToTag(String) - Method in class javatools.filehandlers.HTMLReader
Seeks a specific tag and scrolls to it, returns TRUE if found
SDATE - Static variable in class javatools.parsers.DateParser
 
SDATE - Static variable in class javatools.parsers.DateParser1
 
SDATEPATTERN - Static variable in class javatools.parsers.DateParser
 
SDATEPATTERN - Static variable in class javatools.parsers.DateParser1
 
search(long) - Method in class javatools.datatypes.SmallStack
 
search(double) - Method in class javatools.datatypes.SmallStack
 
search(boolean) - Method in class javatools.datatypes.SmallStack
 
second - Variable in class javatools.datatypes.Pair
Holds the second component
second() - Method in class javatools.datatypes.Pair
Returns the second
SENSENUMGROUP - Static variable in class javatools.database.WordNet
 
set(String, String) - Method in class javatools.administrative.NonsharedParameters
sets a value for a parameter
setAutoReconnectOnSelect(boolean) - Method in class javatools.database.Database
enable/disable automatic reconnection and requerying when a broken connection is discovered after an informative (SELECT) query if this is set to false, a ConnectionBrokenSQLException is thrown instead
setAutoReconnectOnUpdate(boolean) - Method in class javatools.database.Database
enables/disables whether automatic reconnection and requerying is attempted when a broken connection is discovered after an update (INSERT, UPDATE) query if this is set to false, a ConnectionBrokenSQLException is thrown instead
setBatchThreshold(int) - Method in class javatools.database.Database.Inserter
Inserter - Attribute Accessors ****
setBit(int, boolean) - Method in class javatools.parsers.BloomFilter
Set a single bit in the Bloom filter.
setChildren(List<Tree<T>>) - Method in class javatools.datatypes.Tree
Sets the children
setDebugMode(boolean) - Static method in class javatools.administrative.Announce
Switches debug prefix with method an code line on or off
setElement(T) - Method in class javatools.datatypes.Tree
Sets the element
setExclusiveSchema(String) - Method in class javatools.database.PostgresDatabase
Sets the default schema
setFetchDirection(int) - Method in class javatools.database.DummyDatabase.DummyResultSet
 
setFetchsize(int) - Method in class javatools.database.Database
sets the default fetchsize affecting all following queries where no specific fetchsize is provided as query argument The fetchsize determines how many result rows are pulled in from the server at once.
setFetchSize(int) - Method in class javatools.database.DummyDatabase.DummyResultSet
 
setFirst(F) - Method in class javatools.datatypes.Pair
Sets the first
setKeyValueIfGreaterThanCurrent(Map<K, V>, K, V) - Static method in class javatools.administrative.D
Given a map that maps to comparable objects, sets a key to a given value iff the current value is null or smaller than the given value
setLevel(Announce.Level) - Static method in class javatools.administrative.Announce
Switches announcing on or off
setParent(Tree<T>) - Method in class javatools.datatypes.Tree
Sets the parent
setQuoting(boolean) - Method in class javatools.filehandlers.CSVFile
Sets optional quoting on/off (off by default)
setResultSetConcurrency(int) - Method in class javatools.database.Database
Sets the resultSetConcurrency
setResultSetType(int) - Method in class javatools.database.Database
Sets the resultSetType
setSchema(String) - Method in class javatools.database.PostgresDatabase
Sets the default schema
setSecond(S) - Method in class javatools.datatypes.Pair
Sets the second
setSeparator(char) - Method in class javatools.filehandlers.CSVLines
Sets the separator (comma by default)
setTo(IntSet) - Method in class javatools.datatypes.IntSet
Overwrites the current IntSet with the given one
setToken(String) - Method in class javatools.parsers.RegularExpression.RegExState
Changes the token
setValidityCheckTimeout(int) - Method in class javatools.database.Database
sets the amount of time a database has to answer to a connection probing before the connection is considered broken
setWriter(Writer) - Static method in class javatools.administrative.Announce
Sets the writer the data is written to
setWriter(OutputStream) - Static method in class javatools.administrative.Announce
Sets the writer the data is written to
shrunkBy(IntSet) - Method in class javatools.datatypes.IntSet
Removes the given elements, returns THIS
shrunkBy(int) - Method in class javatools.datatypes.IntSet
Removes the given element, returns THIS
signal(Object...) - Static method in class javatools.administrative.Tracer
Send a signal to the tracer.
silentWriteln(Writer, Object) - Static method in class javatools.administrative.D
Writes a line silently to a writer.
SimpleInputStreamReader - Class in javatools.filehandlers
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
SimpleInputStreamReader(InputStream) - Constructor for class javatools.filehandlers.SimpleInputStreamReader
 
SimpleInputStreamReader(File) - Constructor for class javatools.filehandlers.SimpleInputStreamReader
 
SimpleInputStreamReader(String) - Constructor for class javatools.filehandlers.SimpleInputStreamReader
 
SimpleOutputStreamWriter - Class in javatools.filehandlers
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
SimpleOutputStreamWriter(OutputStream) - Constructor for class javatools.filehandlers.SimpleOutputStreamWriter
 
SimpleOutputStreamWriter(File) - Constructor for class javatools.filehandlers.SimpleOutputStreamWriter
 
SimpleOutputStreamWriter(String) - Constructor for class javatools.filehandlers.SimpleOutputStreamWriter
 
SIMPLEYEARPATTERN - Static variable in class javatools.parsers.DateParser
A year as a pattern
SIMPLEYEARPATTERN - Static variable in class javatools.parsers.DateParser1
A year as a pattern
singAndPlur - Static variable in class javatools.parsers.PlingStemmer
Contains word forms that can either be plural or singular
sixDigits - Static variable in class javatools.parsers.NumberFormatter
Predefined NumberFormatter for ######
size() - Method in class javatools.datatypes.ArrayQueue
 
size() - Method in class javatools.datatypes.BitVector
 
size() - Method in class javatools.datatypes.CompressedString
Returns the bytes used by this CompressedString
size() - Method in class javatools.datatypes.DoubleHashMap
 
size() - Method in class javatools.datatypes.FinalSet
Returns the number of elements in this FinalSet
size() - Method in class javatools.datatypes.Immutable.List
 
size() - Method in class javatools.datatypes.Immutable.Set
 
size() - Method in class javatools.datatypes.IntHashMap
 
size() - Method in class javatools.datatypes.IntSet
 
size() - Method in class javatools.datatypes.SmallStack
 
size() - Method in class javatools.datatypes.SparseVector
Returns the number of non-zero elements.
size() - Method in class javatools.datatypes.Trie
 
size() - Method in class javatools.parsers.BloomFilter
Returns the number of bits in the Bloom filter.
skipSTYLE - Variable in class javatools.filehandlers.HTMLReader
TRUE to skip STYLE attributes
Sleep - Class in javatools.administrative
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
Sleep() - Constructor for class javatools.administrative.Sleep
 
sleep(String) - Static method in class javatools.administrative.Sleep
Sleeps for a given time
sleep(long) - Static method in class javatools.administrative.Sleep
Sleeps for a given time
smaller(Enum<C>, Enum<C>) - Static method in class javatools.administrative.D
TRUE if the first enum is before the second
SmallStack - Class in javatools.datatypes
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
SmallStack() - Constructor for class javatools.datatypes.SmallStack
 
SmallStack(double) - Constructor for class javatools.datatypes.SmallStack
 
SmallStack(long) - Constructor for class javatools.datatypes.SmallStack
 
SmallStack(float) - Constructor for class javatools.datatypes.SmallStack
 
smoothedValueFor(T) - Method in class javatools.datatypes.FrequencyVector
Returns the frequency for a term, divided by the sum and smoothed
sorted(Map<T, Integer>) - Static method in class javatools.administrative.D
Returns a sorted list of the items
sortedDouble(Map<T, Double>) - Static method in class javatools.administrative.D
Returns a sorted list of the items
sortedTerms() - Method in class javatools.datatypes.FrequencyVector
Returns the terms sorted by decreasing frequency
SPANISH - Static variable in class javatools.parsers.Language
Spanish
SparseVector - Class in javatools.datatypes
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
SparseVector(SparseVector) - Constructor for class javatools.datatypes.SparseVector
Duplicates a vector
SparseVector(double, List<Integer>) - Constructor for class javatools.datatypes.SparseVector
Creates a binary Sparse Vector from an (unsorted) list of dimensions and a label
SparseVector(double, int[]) - Constructor for class javatools.datatypes.SparseVector
Creates a binary Sparse Vector from an unsorted array of dimensions and a label Zero-entries and duplicates in the dimension array will be ignored.
SparseVector(double[], int[]) - Constructor for class javatools.datatypes.SparseVector
Creates a Sparse Vector from (sorted) dimensions and values
SparseVector(double, int[], double[]) - Constructor for class javatools.datatypes.SparseVector
Creates a Sparse Vector from (sorted) dimensions, (modifiable) values and a label
SparseVector(double, double...) - Constructor for class javatools.datatypes.SparseVector
Creates a SparseVector from actual values
SparseVector(String) - Constructor for class javatools.datatypes.SparseVector
Creates a Sparse Vector from a SVM-light-like input string of the form label dim:val ...
SparseVector.Distance - Interface in javatools.datatypes
Computes a distance of two vectors
sprod(SparseVector) - Method in class javatools.datatypes.SparseVector
Returns the scalar product (dot product) of this vector with another one.
SQLType - Class in javatools.database
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
SQLType() - Constructor for class javatools.database.SQLType
 
SQLType.ANSIBigint - Class in javatools.database
 
SQLType.ANSIBigint() - Constructor for class javatools.database.SQLType.ANSIBigint
 
SQLType.ANSIblob - Class in javatools.database
 
SQLType.ANSIblob(int) - Constructor for class javatools.database.SQLType.ANSIblob
 
SQLType.ANSIblob() - Constructor for class javatools.database.SQLType.ANSIblob
 
SQLType.ANSIboolean - Class in javatools.database
 
SQLType.ANSIboolean() - Constructor for class javatools.database.SQLType.ANSIboolean
 
SQLType.ANSIchar - Class in javatools.database
 
SQLType.ANSIchar(int) - Constructor for class javatools.database.SQLType.ANSIchar
 
SQLType.ANSIchar() - Constructor for class javatools.database.SQLType.ANSIchar
 
SQLType.ANSIfloat - Class in javatools.database
 
SQLType.ANSIfloat(int) - Constructor for class javatools.database.SQLType.ANSIfloat
 
SQLType.ANSIfloat() - Constructor for class javatools.database.SQLType.ANSIfloat
 
SQLType.ANSIinteger - Class in javatools.database
 
SQLType.ANSIinteger(int) - Constructor for class javatools.database.SQLType.ANSIinteger
 
SQLType.ANSIinteger() - Constructor for class javatools.database.SQLType.ANSIinteger
 
SQLType.ANSIsmallint - Class in javatools.database
 
SQLType.ANSIsmallint(int) - Constructor for class javatools.database.SQLType.ANSIsmallint
 
SQLType.ANSIsmallint() - Constructor for class javatools.database.SQLType.ANSIsmallint
 
SQLType.ANSItext - Class in javatools.database
 
SQLType.ANSItext(int) - Constructor for class javatools.database.SQLType.ANSItext
 
SQLType.ANSItext() - Constructor for class javatools.database.SQLType.ANSItext
 
SQLType.ANSItimestamp - Class in javatools.database
 
SQLType.ANSItimestamp() - Constructor for class javatools.database.SQLType.ANSItimestamp
 
SQLType.ANSIvarchar - Class in javatools.database
 
SQLType.ANSIvarchar(int) - Constructor for class javatools.database.SQLType.ANSIvarchar
 
SQLType.ANSIvarchar() - Constructor for class javatools.database.SQLType.ANSIvarchar
 
squaredl2norm() - Method in class javatools.datatypes.SparseVector
Returns this vector's squared two-norm
start(long) - Static method in class javatools.administrative.Tracer
Start the tracer, accept millisDelay milliseconds between two signals before issuing a warning.
start() - Method in class javatools.filehandlers.MatchReader.MyMatchResult
 
start(int) - Method in class javatools.filehandlers.MatchReader.MyMatchResult
 
startTimer() - Static method in class javatools.administrative.Announce
Starts the timer
startTimer(int) - Static method in class javatools.administrative.Announce
Starts a named timer
startTransaction() - Method in class javatools.database.Database
Initiates a transaction by disabling autocommit and enabling transaction mode
startTransaction() - Method in class javatools.database.PostgresDatabase
Initiates a transaction by disabling autocommit and enabling transaction mod Note: In Postgres transactions have a name e
stem(String) - Static method in class javatools.parsers.PlingStemmer
Stems an English noun
stemHead() - Method in class javatools.parsers.NounGroup
Stems the head.
stemmed() - Method in class javatools.parsers.NounGroup
Returns the full name with the head word stemmed
stop() - Static method in class javatools.administrative.Tracer
Stop the tracer
stopTimer(int) - Static method in class javatools.administrative.Announce
Stops a named timer
stopWords - Static variable in class javatools.parsers.Name
Contains stopwords
stringIterator() - Method in class javatools.datatypes.Trie
 
stringMapper - Static variable in class javatools.datatypes.MappedIterator
An iterator that maps an object to a string
StringModifier - Class in javatools.datatypes
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
StringModifier() - Constructor for class javatools.datatypes.StringModifier
 
strings() - Method in class javatools.datatypes.Trie
 
StringsWrapper - Static variable in class javatools.database.ResultIterator
ResultWrapper for String columns
StringWrapper - Static variable in class javatools.database.ResultIterator
ResultWrapper for a single String column
subSequence(int, int) - Method in class javatools.datatypes.ByteString
 
subSequence(int, int) - Method in class javatools.datatypes.CompressedString
Returns a subsequence of this CompressedString (without duplicating the data)
successors - Variable in class javatools.parsers.RegularExpression.RegExState
Holds all positions that can follow from here
suffix() - Method in class javatools.parsers.Name.CompanyName
Returns the suffix.
suffix() - Method in class javatools.parsers.NameML.CompanyNameML
Returns the suffix.
sum() - Method in class javatools.datatypes.FrequencyVector
Returns the sum of elements
supportedLanguage(String) - Method in class javatools.parsers.Language
 
SVMModel - Class in javatools.datatypes
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
SVMModel(String) - Constructor for class javatools.datatypes.SVMModel
Reads the SVMModel from an SVM-light model file
SVMModel(File) - Constructor for class javatools.datatypes.SVMModel
Reads the SVMModel from a SVM-light model file
SVMModel.KernelType - Enum in javatools.datatypes
Defines the enum of the Kernel-type (LINEAR,POLY,RBF,SIGMOID)
synsetFor(String, String) - Method in class javatools.database.WordNet
Returns the synset that contain two words
SYNSETPATTERN - Static variable in class javatools.database.WordNet
Pattern for synset definitions
synsetsFor(String) - Method in class javatools.database.DBWordNet
Returns synsets for a word
synsetsFor(String) - Method in class javatools.database.WordNet
Returns the list of synsets that contain a word

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