panini-lang-core 0.2.0

Core traits and types for the Panini linguistic feature extraction framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod aggregable;
pub mod component;
pub mod components;
pub mod domain;
pub mod morpheme;
pub mod morphology_enums;
pub mod text_processing;
pub mod traits;

pub use aggregable::{Aggregable, AggregableFields, ClosedValues, FieldDescriptor, FieldKind};
pub use component::{
    AnalysisComponent, ComponentContext, ComponentRequires, ExtractionResult,
    ExtractionResultError, LanguageLevel,
};
pub use traits::{LinguisticDefinition, MorphologyInfo};