Java Reference
In-Depth Information
for(String element : tokenList) {
System.out.print(element + " ");
}
System.out.println();
The output of this example is shown here:
A sample sentence processed by the LingPipe tokenizer
A list of LingPipe links can be found in the following table:
LingPipe
Website
Home
http://alias-i.com/lingpipe/index.html
Tutorials http://alias-i.com/lingpipe/demos/tutorial/read-me.html
JavaDocs http://alias-i.com/lingpipe/docs/api/index.html
Download http://alias-i.com/lingpipe/web/install.html
Core
http://alias-i.com/lingpipe/web/download.html
Models
http://alias-i.com/lingpipe/web/models.html
Search WWH ::




Custom Search