Download Latest Version craft-2.0.tar.gz (206.8 MB)
Email in envelope

Get an email when there's a new version of BioNLP-Corpora

Name Modified Size InfoDownloads / Week
Parent folder
README.txt 2012-10-22 990 Bytes
craft-code-1.0.tar.gz 2012-10-22 88.2 MB
Totals: 2 Items   88.2 MB 0
The craft-code project contains code and data that integrates the CRAFT 
corpus with the Unstructured Information Management Architecture. In 
particular, this project provides two UIMA Collection Reader components, 
one using the CCP type system and the other using the U-Compare type system.

The version of this project corresponds to the version of the CRAFT data 
that is included. So, for example, if the version is 1.0, then the 
accompanying CRAFT annotations are from CRAFT v1.0.


Example usage:
CollectionReaderDescription crDesc = 
  UCompareCraftCollectionReader.getDescription(CraftRelease.MAIN, 
  					EnumSet.of(CraftConceptType.CHEBI));


XML descriptor files are also made available on the classpath, e.g.
				edu.ucdenver.ccp.craft.uima.cr.CcpCraftCollectionReader
				
For more usage examples please see the unit tests.
				
The CRAFT annotations are also made available on the classpath serialized
as UIMA XMI. See the craft-xmi-ccp and craft-xmi-ucompare modules.				
Source: README.txt, updated 2012-10-22