opennlp.tools.lang.spanish
Class TokenChunker

java.lang.Object
  extended by opennlp.tools.lang.spanish.TokenChunker

public class TokenChunker
extends Object

Class which identifies multi-token chunk which are treated as a single token in for POS-tagging.


Constructor Summary
TokenChunker(String modelName)
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenChunker

public TokenChunker(String modelName)
             throws IOException
Throws:
IOException
Method Detail

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException


Copyright © 2010. All Rights Reserved.