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