German Analyzer
Bases: BaseAnalyzer
An Analyzer specific to the German language, containing a
BarrierAnalyzer as well as a ComplexityAnalyzer implementation specific
to German.
Source code in src/limes/analyzers/de/__init__.py
supported_barriers
property
A list of all types of barriers that this analyzer can detect.
get_pos_lookup_fallbacks(pos)
POS tags that are commonly confused in German parsing and can be used as fallback during lookup.