panini-lang-core 0.3.0

Core traits and types for the Panini linguistic feature extraction framework
Documentation
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 aggregable::digest::{
    record_aggregable, AggregationContribution, AggregationSink, Aggregator, BasicAggregator,
    PivotingSink,
};
pub use component::{
    AggregationError, Aggregating, AnalysisComponent, ComponentContext, ComponentRequires,
    ExtractionResult, ExtractionResultError, LanguageLevel,
};
pub use traits::{
    FunctionVariantSchema, GrammaticalFunctionCatalog, LinguisticDefinition, MorphologyCatalog,
    MorphologyGroupSchema, MorphologyInfo,
};