panini-lang-core 0.3.0

Core traits and types for the Panini linguistic feature extraction framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod leipzig;
pub mod morpheme_segmentation;
pub mod morphology;
pub mod multiword;
pub mod pedagogical;

pub use leipzig::LeipzigAlignment;
pub use morpheme_segmentation::MorphemeSegmentation;
pub use morphology::MorphologyAnalysis;
pub use multiword::MultiwordExpressions;
pub use pedagogical::PedagogicalExplanation;