wordmap
Version:
Multi-Lingual Word Alignment Prediction
9 lines (8 loc) • 429 B
TypeScript
export { default } from "./WordMap";
export { default as Parser } from "./Parser";
export { default as Engine } from "./Engine";
export { default as Algorithm } from "./Algorithm";
export { default as Alignment } from "./structures/Alignment";
export { default as Ngram } from "./structures/Ngram";
export { default as Prediction } from "./structures/Prediction";
export { default as Suggestion } from "./structures/Suggestion";