707172737475767778
} @Override public Tagger getTagger() { if (tagger == null) { tagger = new SlovakTagger(); } return tagger; }
727374757677787980