- edu.berkeley.nlp.wordAlignment - package edu.berkeley.nlp.wordAlignment
-
Contains classes to perform word alignment through the Berkeley Aligner.
- Entity - Interface in es.ehu.si.ixa.prebmt.model
-
A
Token
of a special nature such as a proper noun or a number that is
characterized by its lemma, type and a list of morphological tags apart from
the text itself.
- EntityRecognizer - Interface in es.ehu.si.ixa.prebmt.entityrecognizer
-
- EntityRecognizerAnalyzer - Class in es.ehu.si.ixa.prebmt.analysis
-
- EntityRecognizerAnalyzer(Analyzer, EntityRecognizer) - Constructor for class es.ehu.si.ixa.prebmt.analysis.EntityRecognizerAnalyzer
-
- EntityRecognizerMonolingualCorpusBuilder - Class in es.ehu.si.ixa.prebmt.entityrecognizer
-
- EntityRecognizerMonolingualCorpusBuilder(MonolingualCorpusBuilder, EntityRecognizer) - Constructor for class es.ehu.si.ixa.prebmt.entityrecognizer.EntityRecognizerMonolingualCorpusBuilder
-
- equals(Object) - Method in class es.ehu.si.ixa.prebmt.analysis.EntityRecognizerAnalyzer
-
- equals(Object) - Method in class es.ehu.si.ixa.prebmt.analysis.FreelingAnalyzer
-
- equals(Object) - Method in class es.ehu.si.ixa.prebmt.analysis.StanfordCoreNLPAnalyzer
-
- equals(Object) - Method in class es.ehu.si.ixa.prebmt.dictionary.MultiDictionary
-
- equals(Object) - Method in class es.ehu.si.ixa.prebmt.dictionary.NumberDictionary
-
- equals(Object) - Method in class es.ehu.si.ixa.prebmt.dictionary.TextDictionary
-
- equals(Object) - Method in class es.ehu.si.ixa.prebmt.dictionary.WikipediaDictionary
-
- equals(Object) - Method in class es.ehu.si.ixa.prebmt.entityrecognizer.NumberEntityRecognizer
-
- equals(Object) - Method in class es.ehu.si.ixa.prebmt.generation.ApertiumGenerator
-
- equals(Object) - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryAlignedEntity
-
- equals(Object) - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryAlignment
-
- equals(Object) - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryEntity
-
- equals(Object) - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryMonolingualCorpus
-
- equals(Object) - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryOptimizedAlignment
-
- equals(Object) - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryPhrase
-
- equals(Object) - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemorySentence
-
- equals(Object) - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemorySpace
-
- equals(Object) - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryText
-
- equals(Object) - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryToken
-
- equalsIgnoreCase(Token) - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryAlignedEntity
-
- equalsIgnoreCase(Token) - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryEntity
-
- equalsIgnoreCase(Token) - Method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryToken
-
- equalsIgnoreCase(Token) - Method in interface es.ehu.si.ixa.prebmt.model.Token
-
Compares this token to another token ignoring case considerations.
- es.ehu.si.ixa.prebmt - package es.ehu.si.ixa.prebmt
-
Root package that contains the postprocessor and command line interface class of the application.
- es.ehu.si.ixa.prebmt.analysis - package es.ehu.si.ixa.prebmt.analysis
-
Provides classes and interfaces for analyzing text.
- es.ehu.si.ixa.prebmt.dictionary - package es.ehu.si.ixa.prebmt.dictionary
-
Provides classes and interfaces for working with bilingual Entity
dictionaries.
- es.ehu.si.ixa.prebmt.entityrecognizer - package es.ehu.si.ixa.prebmt.entityrecognizer
-
Provides classes and interfaces for recognizing entities in Sentence
s.
- es.ehu.si.ixa.prebmt.generation - package es.ehu.si.ixa.prebmt.generation
-
Provides classes and interfaces for generating (inflecting) tokens according
to their corresponding morphological tags.
- es.ehu.si.ixa.prebmt.model - package es.ehu.si.ixa.prebmt.model
-
Contains the interfaces that represent the domain model of the application.
- es.ehu.si.ixa.prebmt.model.filebacked - package es.ehu.si.ixa.prebmt.model.filebacked
-
Provides file-backed implementations of those interfaces in the domain model
that typically require of large structures of data.
- es.ehu.si.ixa.prebmt.model.inmemory - package es.ehu.si.ixa.prebmt.model.inmemory
-
Provides in-memory implementations of most of the interfaces in the domain
model.
- es.ehu.si.ixa.prebmt.parsing - package es.ehu.si.ixa.prebmt.parsing
-
Provides classes and interfaces for parsing and writing
MonolingualCorpus
es through Reader
s and Writer
s
respectively.
- es.ehu.si.ixa.prebmt.translation - package es.ehu.si.ixa.prebmt.translation
-
Provides classes and interfaces for partial text translation.
- es.ehu.si.ixa.prebmt.util - package es.ehu.si.ixa.prebmt.util
-
Contains utility classes to perform some common tasks.
- EustaggerParser - Class in es.ehu.si.ixa.prebmt.parsing
-
- EustaggerParser() - Constructor for class es.ehu.si.ixa.prebmt.parsing.EustaggerParser
-
Constructs a new parser.