Class BioNLP2004NameSampleStream
java.lang.Object
opennlp.tools.formats.BioNLP2004NameSampleStream
- All Implemented Interfaces:
AutoCloseable, opennlp.tools.util.ObjectStream<opennlp.tools.namefind.NameSample>
@Internal
public class BioNLP2004NameSampleStream
extends Object
implements opennlp.tools.util.ObjectStream<opennlp.tools.namefind.NameSample>
A
sample stream for the training files of the
BioNLP/NLPBA 2004 shared task.
The data contains five named entity types:
DNARNAproteincell_typecell_line
Data can be found on this website, or in this GitHub repository.
The BioNLP/NLPBA 2004 data were originally published here,
yet this page was gone when last checked in December 2022.
Note: Do not use this class, internal use only!
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final int -
Constructor Summary
ConstructorsConstructorDescriptionBioNLP2004NameSampleStream(opennlp.tools.util.InputStreamFactory in, int types) Initializes aBioNLP2004NameSampleStream. -
Method Summary
-
Field Details
-
GENERATE_DNA_ENTITIES
public static final int GENERATE_DNA_ENTITIES- See Also:
-
GENERATE_PROTEIN_ENTITIES
public static final int GENERATE_PROTEIN_ENTITIES- See Also:
-
GENERATE_CELLTYPE_ENTITIES
public static final int GENERATE_CELLTYPE_ENTITIES- See Also:
-
GENERATE_CELLLINE_ENTITIES
public static final int GENERATE_CELLLINE_ENTITIES- See Also:
-
GENERATE_RNA_ENTITIES
public static final int GENERATE_RNA_ENTITIES- See Also:
-
-
Constructor Details
-
BioNLP2004NameSampleStream
public BioNLP2004NameSampleStream(opennlp.tools.util.InputStreamFactory in, int types) throws IOException Initializes aBioNLP2004NameSampleStream.- Parameters:
in- TheInputStreamFactoryto use.types- The types to use.- Throws:
IOException- Thrown if IO errors occurred during initialization.
-
-
Method Details
-
read
- Specified by:
readin interfaceopennlp.tools.util.ObjectStream<opennlp.tools.namefind.NameSample>- Throws:
IOException
-
reset
- Specified by:
resetin interfaceopennlp.tools.util.ObjectStream<opennlp.tools.namefind.NameSample>- Throws:
IOExceptionUnsupportedOperationException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceopennlp.tools.util.ObjectStream<opennlp.tools.namefind.NameSample>- Throws:
IOException
-