ccp-nlp Position1 #249442 a partial revision of the original bionlp-uima project, the ccp-nlp library contains UIMA components and supporting code for a variety of nlp-related tasks |
http://bionlp-uima.sourceforge.net/ - a partial revision of the original bionlp-uima project, the ccp-nlp library contains UIMA components and supporting code for a variety of nlp-related tasks
- the original bionlp-uima project is still available here
- written in Java 1.6
- licensed under the BSD New (3-Clause) License
- available via Maven
- makes extensive use of uimaFIT
- ccp-nlp UIMA components include (but are not limited to):
- Collection Readers
- BaseTextCollectionReader (abstract base class for collection readers that deal with text)
- ClasspathCollectionReader (useful for reading documents from the Java classpath)
- FileSystemCollectionReader (useful for reading documents from a file system)
- MedlineXmlFileCollectionReader (processes a collection of Medline abstract from a Medline XML file)
- PubmedXmlFileCollectionReader (processes a collection of Medline abstracts from a XML export of PubMed search results)
- Annotation serialization components
- XmiLoaderAE (an Analysis Engine for loading XMI files)
- XmiPrinterAE (an Analysis Engine for writing XMI files)
|