Class BioNLP2004NameSampleStream

  • All Implemented Interfaces:
    AutoCloseable, ObjectStream<NameSample>

    public class BioNLP2004NameSampleStream
    extends Object
    implements ObjectStream<NameSample>
    Parser for the training files of the BioNLP/NLPBA 2004 shared task.

    The data contains five named entity types: DNA, RNA, protein, cell_type and cell_line.

    Data can be found on this web site:
    http://www-tsujii.is.s.u-tokyo.ac.jp/GENIA/ERtask/report.html

    Note: Do not use this class, internal use only!