9293949596979899100
} @Override public final Tagger getTagger() { if (tagger == null) { tagger = new GreekTagger(); } return tagger; }