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

N

Name - Class in javatools.parsers
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
name() - Method in class javatools.parsers.Name.CompanyName
Returns the name.
name() - Method in class javatools.parsers.NameML.CompanyNameML
Returns the name.
Name.Abbreviation - Class in javatools.parsers
 
Name.Abbreviation(String) - Constructor for class javatools.parsers.Name.Abbreviation
 
Name.CompanyName - Class in javatools.parsers
 
Name.CompanyName(String) - Constructor for class javatools.parsers.Name.CompanyName
 
Name.PersonName - Class in javatools.parsers
 
Name.PersonName(String) - Constructor for class javatools.parsers.Name.PersonName
Constructs a person name from a String
NameML - Class in javatools.parsers
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
NameML.AbbreviationML - Class in javatools.parsers
 
NameML.AbbreviationML(String) - Constructor for class javatools.parsers.NameML.AbbreviationML
 
NameML.CompanyNameML - Class in javatools.parsers
 
NameML.CompanyNameML(String) - Constructor for class javatools.parsers.NameML.CompanyNameML
 
NameML.PersonNameML - Class in javatools.parsers
 
NameML.PersonNameML(String, Language) - Constructor for class javatools.parsers.NameML.PersonNameML
Constructs a person name from a String
nationality2country - Static variable in class javatools.parsers.Name
 
nationality2country - Static variable in class javatools.parsers.NameML
 
nationForNationality(String) - Static method in class javatools.parsers.Name
Returns the nation for a nationality (or NULL)
nationForNationality(String) - Static method in class javatools.parsers.NameML
Returns the nation for a nationality (or NULL)
nca(WordNet.Synset, WordNet.Synset, int[], int[]) - Method in class javatools.database.WordNet
Returns the nearest common ancestor of two synsets.
nca(WordNet.Synset, WordNet.Synset) - Method in class javatools.database.WordNet
Returns the nearest common ancestor of two synsets.
ndcg2WithRespectToGain(FrequencyVector<T, ?>) - Method in class javatools.datatypes.FrequencyVector
Computes the NDCG with respect to a gain, with weighting 2^x
ndcgWithRespectToGain(FrequencyVector<T, ?>) - Method in class javatools.datatypes.FrequencyVector
Computes the NDCG with respect to a gain
neverQuote(boolean) - Method in class javatools.filehandlers.CSVFile
Sets quoting on/off (off by default)
newDate(String, String, String) - Static method in class javatools.parsers.DateParser
Creates a date-string of the form "year-month-day"
newDate(int, int, int) - Static method in class javatools.parsers.DateParser
Creates a date-string from a day, month and year as ints
newDate(String, String, String) - Static method in class javatools.parsers.DateParser1
Creates a date-string of the form "year-month-day"
newDate(int, int, int) - Static method in class javatools.parsers.DateParser1
Creates a date-string from a day, month and year as ints
newExtension(File, String) - Static method in class javatools.filehandlers.FileSet
Exchanges the extension of a filename.
newExtension(String, String) - Static method in class javatools.filehandlers.FileSet
Exchanges the extension of a filename
newInserter(String) - Method in class javatools.database.Database
Returns an inserter for a table with specific column types
newInserter(String, Class<?>...) - Method in class javatools.database.Database
Returns an inserter for a table with specific column types
newInserter(String, int...) - Method in class javatools.database.Database
Returns an inserter for a table with specific column types given as java.sql.Type constants
newNumber(String, String) - Static method in class javatools.parsers.NumberParser
Creates a normalized number from a number and a type
newNumber(String) - Static method in class javatools.parsers.NumberParser
Creates a normalized number without a type.
newNumber(double, String) - Static method in class javatools.parsers.NumberParser
Creates a normalized number from a double and a type.
newSubDate(String, String) - Static method in class javatools.parsers.DateParser
Creates a date-string of the form "year-month-day"
newSubDate(String, String) - Static method in class javatools.parsers.DateParser1
Creates a date-string of the form "year-month-day"
NewUTF8Reader - Class in javatools.test
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
NewUTF8Reader(InputStream) - Constructor for class javatools.test.NewUTF8Reader
Constructs a UTF8Reader from a Reader
NewUTF8Reader(URL) - Constructor for class javatools.test.NewUTF8Reader
Constructs a UTF8Reader for an URL
NewUTF8Reader(File) - Constructor for class javatools.test.NewUTF8Reader
Constructs a UTF8Reader from a File
NewUTF8Reader(File, String) - Constructor for class javatools.test.NewUTF8Reader
Constructs a UTF8Reader from a File, makes a nice progress bar, but reads slower, 1GB in 18 seconds with progressbar, 11 seconds without
NewUTF8Reader(String) - Constructor for class javatools.test.NewUTF8Reader
Constructs a UTF8Reader from a File
NewUTF8Reader(String, String) - Constructor for class javatools.test.NewUTF8Reader
Constructs a UTF8Reader from a File, makes a nice progress bar, but reads slower, 1GB in 18 seconds with progressbar, 11 seconds without
next() - Method in class javatools.database.DummyDatabase.DummyResultSet
 
next() - Method in class javatools.datatypes.CombinedIterator
Returns next
next() - Method in class javatools.datatypes.IteratorForEnumeration
 
next() - Method in class javatools.datatypes.MappedIterator
 
next - Variable in class javatools.datatypes.PeekIterator
Holds the next element (to be peeked)
next() - Method in class javatools.datatypes.PeekIterator
Returns the next element and advances.
next() - Method in class javatools.filehandlers.TSVFile
 
nextOrNull() - Method in class javatools.datatypes.PeekIterator
Returns the next element and advances.
nickName - Static variable in class javatools.parsers.Name
Nickname '...'
nickname() - Method in class javatools.parsers.Name.PersonName
Returns the nickname.
nickName - Static variable in class javatools.parsers.NameML
Nickname '...'
nickname() - Method in class javatools.parsers.NameML.PersonNameML
Returns the nickname.
no - Static variable in class javatools.administrative.NonsharedParameters
Holds words that count as "no" for boolean parameters
no - Static variable in class javatools.administrative.Parameters
Holds words that count as "no" for boolean parameters
nodes() - Method in class javatools.datatypes.DirectedGraph
Returns all nodes
noExtension(String) - Static method in class javatools.filehandlers.FileSet
Deletes the file extension
noExtension(File) - Static method in class javatools.filehandlers.FileSet
Deletes the file extension
noLatin(String) - Static method in class javatools.parsers.PlingStemmer
Returns true if a word is probably not Latin
nonReferenced(Set<File>) - Static method in class javatools.util.LatexChecker
returns all superfluous files.
NonsharedParameters - Class in javatools.administrative
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
NonsharedParameters() - Constructor for class javatools.administrative.NonsharedParameters
Constructors
NonsharedParameters(File) - Constructor for class javatools.administrative.NonsharedParameters
 
NonsharedParameters(String) - Constructor for class javatools.administrative.NonsharedParameters
 
NonsharedParameters(File, String) - Constructor for class javatools.administrative.NonsharedParameters
 
NonsharedParameters(String, String) - Constructor for class javatools.administrative.NonsharedParameters
 
NonsharedParameters(NonsharedParameters) - Constructor for class javatools.administrative.NonsharedParameters
 
NonsharedParameters.ParameterFileException - Exception in javatools.administrative
Reading or writing the parameters ini file failed for some reason In some cases the enclosing program might resolve the issue by providing another file
NonsharedParameters.ParameterFileException() - Constructor for exception javatools.administrative.NonsharedParameters.ParameterFileException
 
NonsharedParameters.ParameterFileException(String) - Constructor for exception javatools.administrative.NonsharedParameters.ParameterFileException
 
NonsharedParameters.ParameterFileException(Throwable) - Constructor for exception javatools.administrative.NonsharedParameters.ParameterFileException
 
NonsharedParameters.ParameterFileException(String, Throwable) - Constructor for exception javatools.administrative.NonsharedParameters.ParameterFileException
 
NonsharedParameters.UndefinedParameterException - Exception in javatools.administrative
Thrown for an undefined Parameter
NonsharedParameters.UndefinedParameterException(String, File) - Constructor for exception javatools.administrative.NonsharedParameters.UndefinedParameterException
 
nonZeroIndices() - Method in class javatools.datatypes.SparseVector
Gives an iterator over the non-zero indices
norm() - Method in class javatools.datatypes.FrequencyVector
Returns the L2 norm of elements
normalize(CharSequence) - Method in class javatools.datatypes.CompressedString
Normalizes (see Char.java) and upcases a CharSequence if necessary
normalize(int) - Static method in class javatools.parsers.Char
Normalizes a character to a String of characters in the range 0x20-0x7F.
normalize(String) - Static method in class javatools.parsers.Char
Normalizes all chars in a String to characters 0x20-0x7F
normalize(CharSequence) - Static method in class javatools.parsers.DateParser
Normalizes all dates in a String
normalize(CharSequence, Language) - Static method in class javatools.parsers.DateParser
Normalizes all dates in a String Note: If you bugfix something in this version, please check for applying the same fix at the position change tracking function below
normalize(CharSequence, PositionTracker) - Static method in class javatools.parsers.DateParser
 
normalize(CharSequence, Language, PositionTracker) - Static method in class javatools.parsers.DateParser
Normalizes all dates in a String keeping track of the position changes with respect to the newly created string Note: If you bugfix something in this version, please try and check for applying the same fix at the non-tracking function
normalize(CharSequence) - Static method in class javatools.parsers.DateParser1
Normalizes all dates in a String
normalize() - Method in class javatools.parsers.Name.Abbreviation
 
normalize() - Method in class javatools.parsers.Name.CompanyName
 
normalize() - Method in class javatools.parsers.Name
Returns the letters and digits of the original name (eliminates punctuation)
normalize() - Method in class javatools.parsers.Name.PersonName
Normalizes a person name.
normalize() - Method in class javatools.parsers.NameML.AbbreviationML
 
normalize() - Method in class javatools.parsers.NameML.CompanyNameML
 
normalize() - Method in class javatools.parsers.NameML
Returns the letters and digits of the original name (eliminates punctuation)
normalize() - Method in class javatools.parsers.NameML.PersonNameML
Normalizes a person name.
normalize(CharSequence) - Static method in class javatools.parsers.NumberParser
Normalizes all numbers in a String Note: If you fix something in this version, please try to apply the same fix at the position change tracking function below
normalize(CharSequence, PositionTracker) - Static method in class javatools.parsers.NumberParser
Normalizes all numbers in a String and updates a position mapping with the introduced pos changes Note: If you fix something in this version, please try to apply the same fix at the non-tracking function above
normalized() - Method in class javatools.datatypes.FrequencyVector
Normalizes this vector
NORMALIZEDATE - Static variable in class javatools.parsers.DateParser1
A Date as a capturing RegEx
NORMALIZEDATEPATTERN - Static variable in class javatools.parsers.DateParser1
 
normalizedMeanWith(FrequencyVector<T, V>) - Method in class javatools.datatypes.FrequencyVector
Computes the mean vector of this vector and the other one
normalizedValueFor(T) - Method in class javatools.datatypes.FrequencyVector
Returns the frequency for a term, divided by the sum (or 0)
normalizeIfContainsTemp(CharSequence) - Static method in class javatools.parsers.DateParser1
 
normalizeMap - Static variable in class javatools.parsers.Char
Maps characters to normalizations
NounGroup - Class in javatools.parsers
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
NounGroup(String) - Constructor for class javatools.parsers.NounGroup
Constructs a noun group from a String
NounGroup(List<String>) - Constructor for class javatools.parsers.NounGroup
Constructs a noun group from a list of words
NounGroup.String2Boolean - Interface in javatools.parsers
Defines just one function from a String to a boolean
NOYEARPATTERN - Static variable in class javatools.parsers.DateParser1
 
numAllFileLines(File, String) - Static method in class javatools.filehandlers.FileLines
returns number of lines in file
NumberFormatter - Class in javatools.parsers
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
NumberFormatter(String) - Constructor for class javatools.parsers.NumberFormatter
Creates a NumberFormatter for a pattern
NumberParser - Class in javatools.parsers
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools).
NumberParser() - Constructor for class javatools.parsers.NumberParser
 
NUMBERPATTERN - Static variable in class javatools.parsers.NumberParser
The number pattern
numBytesRead() - Method in class javatools.filehandlers.UTF8Reader
Returns the number of bytes read from the underlying stream
numBytesRead() - Method in class javatools.test.NewUTF8Reader
Returns the number of bytes read from the underlying stream
numChildren() - Method in class javatools.datatypes.PQRTree.Node
Returns the number of children
numColumns() - Method in class javatools.database.Database.Inserter
Returns the number of columns
numColumns() - Method in class javatools.filehandlers.CSVLines
returns the number of columns (or NULL)
numColumns() - Method in class javatools.filehandlers.FigureProducer.Table
 
numElements(Iterator<S>) - Static method in class javatools.datatypes.PeekIterator
Counts the number of elements in an iterator (and destroys it)
numElements(Iterable<S>) - Static method in class javatools.datatypes.PeekIterator
Counts the number of elements in an iterable
numFileLines(File) - Static method in class javatools.filehandlers.FileLines
returns number of lines in file
numNodes() - Method in class javatools.datatypes.DirectedGraph
Returns the number of nodes
numRows - Variable in class javatools.database.DummyDatabase.DummyResultSet
Number of rows
numRows - Variable in class javatools.database.DummyDatabase
Number of rows
numRows() - Method in class javatools.filehandlers.FigureProducer.Table
 
numSynsets() - Method in class javatools.database.WordNet
Returns the number of synsets
numTerms() - Method in class javatools.datatypes.FrequencyVector
Returns the number of terms in the support

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