Uses of Interface
com.googlecode.whatswrong.io.CorpusFormat

Packages that use CorpusFormat
com.googlecode.whatswrong The whatswrong package is the top-level package of What's Wrong With My NLP. 
com.googlecode.whatswrong.io The io package contains classes for loading NLP instances from different types of formats. 
 

Uses of CorpusFormat in com.googlecode.whatswrong
 

Methods in com.googlecode.whatswrong with parameters of type CorpusFormat
 void CorpusLoader.addFormat(CorpusFormat format)
          Adds a CorpusFormat.
 

Uses of CorpusFormat in com.googlecode.whatswrong.io
 

Classes in com.googlecode.whatswrong.io that implement CorpusFormat
 class BioNLP2009SharedTaskFormat
          The BioNLP2009SharedTaskFormat loads files in the format of the BioNLP 2009 Shared Task.
 class GaleAlignmentFormat
          The GaleAlignmentFormat reads bilingual alignment data in a xml-like format.
 class LispSExprFormat
          Loads Lisp S-Expression data.
 class TabFormat
          A TabFormat loads data from text files where token properties are represented as white-space/tab separated values.
 class TheBeastFormat
          Loads markov thebeast data.
 



Copyright © 2009. All Rights Reserved.