- parseAlignment(String) - Static method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryAlignment
-
Creates a InMemoryAlignment
by parsing a String
.
- parseAlignment(String) - Static method in class es.ehu.si.ixa.prebmt.model.inmemory.InMemoryOptimizedAlignment
-
Creates an OptmizedAlignment
by parsing a String
.
- ParseException - Exception in es.ehu.si.ixa.prebmt.parsing
-
Signals that a parsing or writing exception of some sort has occurred.
- ParseException(String) - Constructor for exception es.ehu.si.ixa.prebmt.parsing.ParseException
-
Constructs a new exception with the specified detail message.
- ParseException(String, Throwable) - Constructor for exception es.ehu.si.ixa.prebmt.parsing.ParseException
-
Constructs a new exception with the specified detail message and cause.
- ParseException(Throwable) - Constructor for exception es.ehu.si.ixa.prebmt.parsing.ParseException
-
Constructs a new exception with the specified cause.
- parseMonolingualCorpus(MonolingualCorpusBuilder, Reader...) - Method in class es.ehu.si.ixa.prebmt.parsing.AnalyzerParser
-
- parseMonolingualCorpus(MonolingualCorpusBuilder, Set<Integer>, Reader...) - Method in class es.ehu.si.ixa.prebmt.parsing.AnalyzerParser
-
- parseMonolingualCorpus(MonolingualCorpusBuilder, Reader...) - Method in class es.ehu.si.ixa.prebmt.parsing.ConcurrentAnalyzerParser
-
- parseMonolingualCorpus(MonolingualCorpusBuilder, Set<Integer>, Reader...) - Method in class es.ehu.si.ixa.prebmt.parsing.ConcurrentAnalyzerParser
-
- parseMonolingualCorpus(MonolingualCorpusBuilder, Reader...) - Method in class es.ehu.si.ixa.prebmt.parsing.EustaggerParser
-
- parseMonolingualCorpus(MonolingualCorpusBuilder, Set<Integer>, Reader...) - Method in class es.ehu.si.ixa.prebmt.parsing.EustaggerParser
-
Builds a
MonolingualCorpus
by parsing some input and removing the sentences in the specified indexes.
- parseMonolingualCorpus(MonolingualCorpusBuilder, Reader...) - Method in interface es.ehu.si.ixa.prebmt.parsing.MonolingualCorpusParser
-
- parseMonolingualCorpus(MonolingualCorpusBuilder, Set<Integer>, Reader...) - Method in interface es.ehu.si.ixa.prebmt.parsing.MonolingualCorpusParser
-
Builds a
MonolingualCorpus
by parsing some input and removing the sentences in the specified indexes.
- parseMonolingualCorpus(MonolingualCorpusBuilder, Reader...) - Method in class es.ehu.si.ixa.prebmt.parsing.XMLParser
-
- parseMonolingualCorpus(MonolingualCorpusBuilder, Set<Integer>, Reader...) - Method in class es.ehu.si.ixa.prebmt.parsing.XMLParser
-
Builds a
MonolingualCorpus
by parsing some input in our custom
XML format and removing the sentences in the specified indexes.
- Phrase - Interface in es.ehu.si.ixa.prebmt.model
-
An inner node in the parse tree of a
Sentence
.
- PhraseElement - Interface in es.ehu.si.ixa.prebmt.model
-
The interface that all the elements that can be a child of a
Phrase
must implement.
- postprocess(Reader, Writer) - Method in class es.ehu.si.ixa.prebmt.Postprocessor
-
Postprocess the output of the main translator by replacing the fragments
translated in the EBMT preprocessing with their respective translations.
- Postprocessor - Class in es.ehu.si.ixa.prebmt
-
A postprocessor for systems like Matxin and Apertium for which HTML
translation is used as a workaround for integration.
- Postprocessor() - Constructor for class es.ehu.si.ixa.prebmt.Postprocessor
-
Constructs a new postprocessor.
- process(I) - Method in interface es.ehu.si.ixa.prebmt.util.ConcurrentPipe.Processor
-
Processes the given input element.
- put(long, long) - Method in interface es.ehu.si.ixa.prebmt.util.SuffixArrays.LongArray
-
Puts the given value in the given index in the array.
- putId(long, long) - Method in class es.ehu.si.ixa.prebmt.model.filebacked.FileBackedMonolingualCorpus
-
Sets the id of the element in the given index.