eolearn.core.types
Types and type aliases used throughout the code.
- eolearn.core.types.FeaturesSpecification
Specification of a single or multiple features. See
FeatureParser
.alias of
Union
[Tuple
[FeatureType
,str
],Tuple
[FeatureType
,str
,str
],ellipsis
,FeatureType
,Tuple
[FeatureType
,ellipsis
],Sequence
[Union
[Tuple
[FeatureType
,str
],Tuple
[FeatureType
,str
,str
],FeatureType
,Tuple
[FeatureType
,ellipsis
]]],Dict
[FeatureType
,Union
[ellipsis
,Iterable
[Union
[str
,Tuple
[str
,str
]]]]]]