Appends some alignment memory. This may be multiple lines of text or a single line.
a string of source phrases separated by new lines
a string of target phrases separated by new lines
an array of alignment objects (as a convenience)
Adds an array of corpus
Add corpus to the MAP. These may be single sentences or multiple sentence delimited by new lines.
Adds tokenized corpus to map
Removes all alignment memory from the engine
Predicts the word alignments between the sentences.
a sentence from the source text
a sentence from the target text
the maximum number of suggestions to return
the minimum confidence score required for a prediction to be used
Predicts word alignments between the sentences. Returns an array of suggestions that match the benchmark.
the minimum confidence score required for a prediction to be used
Generated using TypeDoc
Multi-Lingual Word Alignment Prediction