A B C D E F G H I L M N P R S T U W X 

C

close() - Method in interface es.ehu.si.ixa.prebmt.translation.TranslationWriter
Closes the underlying output stream, flushing it first.
close() - Method in class es.ehu.si.ixa.prebmt.translation.XMLTranslationWriter
 
CommandLineInterface - Class in es.ehu.si.ixa.prebmt
The command line interface of the application.
ConcurrentAnalyzerParser - Class in es.ehu.si.ixa.prebmt.parsing
A MonolingualCorpusParser that is equivalent to an AnalyzerParser but performs its work concurrently, making use of the specified number of threads.
ConcurrentAnalyzerParser(Analyzer) - Constructor for class es.ehu.si.ixa.prebmt.parsing.ConcurrentAnalyzerParser
Constructs a new parser with the specified Analyzer, assuming that the input text will have a single sentence per line and which will make use of as many threads as this machine can run in parallel.
ConcurrentAnalyzerParser(Analyzer, boolean) - Constructor for class es.ehu.si.ixa.prebmt.parsing.ConcurrentAnalyzerParser
Constructs a new parser with the specified Analyzer that will make use of as many threads as this machine can run in parallel.
ConcurrentAnalyzerParser(Analyzer, boolean, int) - Constructor for class es.ehu.si.ixa.prebmt.parsing.ConcurrentAnalyzerParser
Constructs a new parser with the specified Analyzer.
ConcurrentAnalyzerParser(Analyzer, boolean, int, int) - Constructor for class es.ehu.si.ixa.prebmt.parsing.ConcurrentAnalyzerParser
Constructs a new parser with the specified Analyzer.
ConcurrentPipe<I,O> - Class in es.ehu.si.ixa.prebmt.util
A concurrent pipe that reads its input element by element, processes them in parallel, and writes the resulting output respecting their order.
ConcurrentPipe(ConcurrentPipe.InputProducer<I>, ConcurrentPipe.Processor<I, O>, ConcurrentPipe.OutputConsumer<O>, int, int) - Constructor for class es.ehu.si.ixa.prebmt.util.ConcurrentPipe
Constructs a new concurrent pipe with the given parameters.
ConcurrentPipe.InputProducer<I> - Interface in es.ehu.si.ixa.prebmt.util
A task that produces the input of a ConcurrentPipe element by element.
ConcurrentPipe.OutputConsumer<O> - Interface in es.ehu.si.ixa.prebmt.util
A task that consumes the output of a ConcurrentPipe element by element.
ConcurrentPipe.Processor<I,O> - Interface in es.ehu.si.ixa.prebmt.util
A task that processes the input of a ConcurrentPipe element by element.
ConcurrentTranslator - Class in es.ehu.si.ixa.prebmt.translation
A wrapper to run any thread-safe Translator concurrently, making use of the specified number of threads.
ConcurrentTranslator(Translator) - Constructor for class es.ehu.si.ixa.prebmt.translation.ConcurrentTranslator
Constructs a new translator that will make use of as many threads as this machine can run concurrently.
ConcurrentTranslator(Translator, int) - Constructor for class es.ehu.si.ixa.prebmt.translation.ConcurrentTranslator
Constructs a new translator.
ConcurrentTranslator(Translator, int, int) - Constructor for class es.ehu.si.ixa.prebmt.translation.ConcurrentTranslator
Constructs a new translator.
consume(O) - Method in interface es.ehu.si.ixa.prebmt.util.ConcurrentPipe.OutputConsumer
Consumes the given element.
containsEntry(Entity, Entity) - Method in interface es.ehu.si.ixa.prebmt.dictionary.Dictionary
Checks whether this bilingual dictionary contains the specified entry.
containsEntry(Entity, Entity) - Method in class es.ehu.si.ixa.prebmt.dictionary.MultiDictionary
 
containsEntry(Entity, Entity) - Method in class es.ehu.si.ixa.prebmt.dictionary.NumberDictionary
 
containsEntry(Entity, Entity) - Method in class es.ehu.si.ixa.prebmt.dictionary.TextDictionary
 
containsEntry(Entity, Entity) - Method in class es.ehu.si.ixa.prebmt.dictionary.WikipediaDictionary
 
CorpusAlignment - Interface in es.ehu.si.ixa.prebmt.model
A list of Alignments that represents the word alignment of a BilingualCorpus.
A B C D E F G H I L M N P R S T U W X