1 2 3 4 5 6 7 8 9 10 11
//! Syntactic / semantic layers, feature-gated by their respective integrations. #[cfg(feature = "pos-tagging")] pub mod pos_tagging; #[cfg(feature = "pos-tagging")] pub use pos_tagging::PosTaggingLayer; #[cfg(feature = "f1r3fly")] pub mod mettail_type; #[cfg(feature = "f1r3fly")] pub use mettail_type::MeTTaILTypeLayer;