747576777879808182
} @Override public Tagger getTagger() { if (tagger == null) { tagger = new PortugueseTagger(); } return tagger; }