de.danielnaber.languagetool.tagging.disambiguation.pl
Class PolishChunker

Object
  extended by PolishChunker
All Implemented Interfaces:
Disambiguator

public class PolishChunker
extends Object
implements Disambiguator

Multiword tagger-chunker for Polish.

Author:
Marcin MiƂkowski

Constructor Summary
PolishChunker()
           
 
Method Summary
 AnalyzedSentence disambiguate(AnalyzedSentence input)
          Implements multiword POS tags, e.g., <ELLIPSIS> for ellipsis (...) start, and </ELLIPSIS> for ellipsis end.
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolishChunker

public PolishChunker()
Method Detail

disambiguate

public final AnalyzedSentence disambiguate(AnalyzedSentence input)
Implements multiword POS tags, e.g., <ELLIPSIS> for ellipsis (...) start, and </ELLIPSIS> for ellipsis end.

Specified by:
disambiguate in interface Disambiguator
Parameters:
input - The tokens to be chunked.
Returns:
AnalyzedSentence with additional markers.


Copyright © 2005-2007 Daniel Naber