com.languagecomputer.api.sample
Class FileToTextProcessor

java.lang.Object
  extended by com.languagecomputer.api.sample.FileToTextProcessor

public class FileToTextProcessor
extends Object

Sample code that uses the LCC API to strip mark-up off normal files and extract the raw string. Performs no actual NLP, but a nice sample of how to use the DocumentService.

Since:
1.0
Author:
Kirk Roberts
See Also:
DocumentService

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

Constructor Detail

FileToTextProcessor

public FileToTextProcessor()
Method Detail

main

public static void main(String[] argv)


Copyright © 2009. All Rights Reserved.