- getAutoDictFeatures(TrainingParameters) - Static method in class eus.ixa.ixa.pipe.pos.train.Flags
-
- getBeamsize(TrainingParameters) - Static method in class eus.ixa.ixa.pipe.pos.train.Flags
-
- getBinaryDict(String) - Method in class eus.ixa.ixa.pipe.pos.Resources
-
The the dictionary for the MorfologikLemmatizer.
- getBinaryTaggerDict(String) - Method in class eus.ixa.ixa.pipe.pos.Resources
-
The the dictionary for the MorfologikMorphoTagger.
- getContext(int, String[], String[], Object[]) - Method in class eus.ixa.ixa.pipe.pos.train.BaselineContextGenerator
-
- getContext(int, Object[], String[]) - Method in class eus.ixa.ixa.pipe.pos.train.BaselineContextGenerator
-
Returns the context for making a pos tag decision at the specified token
index given the specified tokens and previous tags.
- getCorpusFormat(TrainingParameters) - Static method in class eus.ixa.ixa.pipe.pos.train.Flags
-
- getDataSet(String, TrainingParameters) - Static method in class eus.ixa.ixa.pipe.pos.train.Flags
-
- getDictCutOff() - Method in class eus.ixa.ixa.pipe.pos.train.AbstractTrainer
-
Get the cutoff to create automatic dictionary from training data.
- getDictionary(String) - Method in class eus.ixa.ixa.pipe.pos.Resources
-
Get the dictionary for the SimpleLemmatizer.
- getDictionaryFeatures(TrainingParameters) - Static method in class eus.ixa.ixa.pipe.pos.train.Flags
-
- getDictMap() - Method in class eus.ixa.ixa.pipe.lemma.SimpleLemmatizer
-
Get the Map containing the dictionary.
- getDictSamples() - Method in class eus.ixa.ixa.pipe.pos.train.AbstractTrainer
-
Get the dictSamples to automatically create tag dictionary.
- getFeatureSet(TrainingParameters) - Static method in class eus.ixa.ixa.pipe.pos.train.Flags
-
- getFilesInDir(File) - Static method in class eus.ixa.ixa.pipe.pos.StringUtils
-
Recursively get every file in a directory and add them to a list.
- getFolds(TrainingParameters) - Static method in class eus.ixa.ixa.pipe.pos.train.Flags
-
- getId() - Method in class eus.ixa.ixa.pipe.lemma.MultiWordSample
-
- getLanguage(TrainingParameters) - Static method in class eus.ixa.ixa.pipe.pos.train.Flags
-
- getLemma() - Method in class eus.ixa.ixa.pipe.pos.Morpheme
-
Get the lemma.
- getMaxTokenCount() - Method in class eus.ixa.ixa.pipe.lemma.MultiWordMatcher
-
Get the key,value size of the dictionary.
- getModel(TrainingParameters) - Static method in class eus.ixa.ixa.pipe.pos.train.Flags
-
- getMorphemes(String[]) - Method in class eus.ixa.ixa.pipe.pos.MorphoTagger
-
Get morphological analysis from a tokenized sentence.
- getMorphemesFromStrings(List<String>, String[]) - Method in class eus.ixa.ixa.pipe.pos.MorphoTagger
-
Create Morpheme objects from the output of posAnnotate.
- getNames() - Method in class eus.ixa.ixa.pipe.lemma.MultiWordSample
-
- getNgramDictCutOff() - Method in class eus.ixa.ixa.pipe.pos.train.AbstractTrainer
-
Get the cutoff to create automatic ngram dictionary from training data.
- getNgramDictFeatures(TrainingParameters) - Static method in class eus.ixa.ixa.pipe.pos.train.Flags
-
- getPOSContextGenerator() - Method in class eus.ixa.ixa.pipe.pos.train.BaselineFactory
-
- getPOSContextGenerator(int) - Method in class eus.ixa.ixa.pipe.pos.train.BaselineFactory
-
- getPosTaggerFactory() - Method in class eus.ixa.ixa.pipe.pos.train.AbstractTrainer
-
Get the posTaggerFactory.
- getPrefixes(String) - Static method in class eus.ixa.ixa.pipe.pos.train.BaselineContextGenerator
-
Obtain prefixes for each token.
- getSentence() - Method in class eus.ixa.ixa.pipe.lemma.MultiWordSample
-
- getStringFromSpan(Span, String[]) - Static method in class eus.ixa.ixa.pipe.pos.StringUtils
-
It takes a NE span indexes and the tokens in a sentence and produces the
string to which the NE span corresponds to.
- getStringFromTokens(String[]) - Static method in class eus.ixa.ixa.pipe.pos.StringUtils
-
Gets the String joined by a space of an array of tokens.
- getSuffixes(String) - Static method in class eus.ixa.ixa.pipe.pos.train.BaselineContextGenerator
-
Obtain suffixes for each token.
- getTag() - Method in class eus.ixa.ixa.pipe.pos.Morpheme
-
Get the morphological tag.
- getTokensWithMultiWords(String[]) - Method in class eus.ixa.ixa.pipe.lemma.MultiWordMatcher
-
Get input text and join the multiwords found in the dictionary object.
- getWord() - Method in class eus.ixa.ixa.pipe.pos.Morpheme
-
Get the word.
- main(String[]) - Static method in class eus.ixa.ixa.pipe.pos.CLI
-
The main method to process the CLI.
- modelException() - Static method in class eus.ixa.ixa.pipe.pos.train.Flags
-
- MorfologikLemmatizer - Class in eus.ixa.ixa.pipe.lemma
-
Lemmatizer based on Morfologik Stemming library.
- MorfologikLemmatizer(URL, String) - Constructor for class eus.ixa.ixa.pipe.lemma.MorfologikLemmatizer
-
Reads a dictionary in morfologik FSA format.
- MorfologikMorphoTagger - Class in eus.ixa.ixa.pipe.pos.dict
-
POS tagger based on Morfologik Stemming library.
- MorfologikMorphoTagger(URL, String) - Constructor for class eus.ixa.ixa.pipe.pos.dict.MorfologikMorphoTagger
-
Reads a dictionary in morfologik FSA format.
- Morpheme - Class in eus.ixa.ixa.pipe.pos
-
Class for objects containing morphological information.
- Morpheme() - Constructor for class eus.ixa.ixa.pipe.pos.Morpheme
-
Create a new Morpheme with a null content (i.e., word).
- Morpheme(String, String) - Constructor for class eus.ixa.ixa.pipe.pos.Morpheme
-
Construct a morpheme object.
- Morpheme(String, String, String) - Constructor for class eus.ixa.ixa.pipe.pos.Morpheme
-
Construct a morpheme object with lemma.
- MorphoFactory - Class in eus.ixa.ixa.pipe.pos
-
Class for creating Morpheme objects.
- MorphoFactory() - Constructor for class eus.ixa.ixa.pipe.pos.MorphoFactory
-
- MorphoTagger - Class in eus.ixa.ixa.pipe.pos
-
POS tagging module based on Apache OpenNLP machine learning API.
- MorphoTagger(Properties) - Constructor for class eus.ixa.ixa.pipe.pos.MorphoTagger
-
Construct a morphotagger.
- MorphoTagger(Properties, MorphoFactory) - Constructor for class eus.ixa.ixa.pipe.pos.MorphoTagger
-
Construct a morphotagger with MorphoFactory.
- MorphoTaggerServer - Class in eus.ixa.ixa.pipe.pos
-
- MorphoTaggerServer(Properties) - Constructor for class eus.ixa.ixa.pipe.pos.MorphoTaggerServer
-
Construct a MorphoTagger server.
- MultiWordMatcher - Class in eus.ixa.ixa.pipe.lemma
-
Reads a dictionary multiword\tmultiwordlemma\tpostag\tambiguity and matches
the multiwords for each sentence.
- MultiWordMatcher(Properties) - Constructor for class eus.ixa.ixa.pipe.lemma.MultiWordMatcher
-
Construct a multiword matcher with a dictionary for a given language.
- MultiWordSample - Class in eus.ixa.ixa.pipe.lemma
-
Class for holding multiwords for a sentence.
- MultiWordSample(String, String[], Span[]) - Constructor for class eus.ixa.ixa.pipe.lemma.MultiWordSample
-
- MultiWordSample(String[], Span[]) - Constructor for class eus.ixa.ixa.pipe.lemma.MultiWordSample
-
- multiWordsToSpans(String[]) - Method in class eus.ixa.ixa.pipe.lemma.MultiWordMatcher
-
Detects multiword expressions ignoring case.
- server() - Method in class eus.ixa.ixa.pipe.pos.CLI
-
Set up the TCP socket for annotation.
- setDictSamples(WordTagSampleStream) - Method in class eus.ixa.ixa.pipe.pos.train.AbstractTrainer
-
Set the dictSamples to automatically create tag dictionary.
- setLemma(String) - Method in class eus.ixa.ixa.pipe.pos.Morpheme
-
Set the lemma.
- setPosTaggerFactory(POSTaggerFactory) - Method in class eus.ixa.ixa.pipe.pos.train.AbstractTrainer
-
Set/implement the posTaggerFactory to be used in the pos tagger training.
- setTag(String) - Method in class eus.ixa.ixa.pipe.pos.Morpheme
-
Set the morphological tag.
- setTagConstant(String, String) - Method in class eus.ixa.ixa.pipe.pos.Resources
-
Ad-hoc assignment of constant tags, typically proper names.
- setValue(String) - Method in class eus.ixa.ixa.pipe.pos.Morpheme
-
Set the value of the word.
- SimpleLemmatizer - Class in eus.ixa.ixa.pipe.lemma
-
Lemmatize by simple dictionary lookup into a hashmap built from a file
containing, for each line, word\tablemma\tabpostag.
- SimpleLemmatizer(InputStream, String) - Constructor for class eus.ixa.ixa.pipe.lemma.SimpleLemmatizer
-
Construct a hashmap from the input tab separated dictionary.
- SimpleMorphoTagger - Class in eus.ixa.ixa.pipe.pos.dict
-
POS tag by simple dictionary lookup into a hashmap built from a file
containing, for each line, word\tablemma\tabpostag.
- SimpleMorphoTagger(InputStream, String) - Constructor for class eus.ixa.ixa.pipe.pos.dict.SimpleMorphoTagger
-
Construct a hashmap from the input tab separated dictionary.
- StringUtils - Class in eus.ixa.ixa.pipe.pos
-
Pattern matching and other utility string functions.