828384858687888990
} @Override public Tagger getTagger() { if (tagger == null) { tagger = new SpanishTagger(); } return tagger; }
818283848586878889