Uses of Class
opennlp.tools.namefind.NameSample
Packages that use NameSample
Package
Description
Experimental package related to converting various corpora to OpenNLP Format.
Experimental package related to the
Arvores Deitadas corpus format.Experimental package related to the corpus format used by the "brat rapid annotation tool" (brat).
Experimental package related to the
MASC corpus format.Experimental package related to the
MUC corpus format.Experimental package related to the OntoNotes 4.0 format.
Package related to finding proper names and numeric amounts.
-
Uses of NameSample in opennlp.tools.cmdline.namefind
Subclasses with type arguments of type NameSample in opennlp.tools.cmdline.namefindModifier and TypeClassDescriptionclassA default implementation ofEvaluationMonitorthat prints to an output stream.classCounts tokens, sentences and names by type.classCounts tokens, sentences and names by type.classTool to convert multiple data formats into native OpenNLP name finder training format.final classclassfinal classA defaultNameSample-centric implementation ofAbstractEvaluatorToolthat prints to an output stream.final classMethods in opennlp.tools.cmdline.namefind that return NameSampleMethods in opennlp.tools.cmdline.namefind with parameters of type NameSampleModifier and TypeMethodDescriptionprotected Span[]TokenNameFinderDetailedFMeasureListener.asSpanArray(NameSample sample) voidTokenNameFinderFineGrainedReportListener.correctlyClassified(NameSample reference, NameSample prediction) voidNameEvaluationErrorListener.misclassified(NameSample reference, NameSample prediction) voidTokenNameFinderFineGrainedReportListener.misclassified(NameSample reference, NameSample prediction) Constructor parameters in opennlp.tools.cmdline.namefind with type arguments of type NameSampleModifierConstructorDescriptionprotectedNameSampleCountersStream(ObjectStream<NameSample> samples) -
Uses of NameSample in opennlp.tools.formats
Subclasses with type arguments of type NameSample in opennlp.tools.formatsModifier and TypeClassDescriptionclassclassNote: Do not use this class, internal use only!classclassNote: Do not use this class, internal use only!classFactory producing OpenNLPNameSampleDataStreams.Classes in opennlp.tools.formats that implement interfaces with type arguments of type NameSampleModifier and TypeClassDescriptionclassAsample streamfor the training files of the BioNLP/NLPBA 2004 shared task.classParser for the Dutch and Spanish ner training files of the CONLL 2002 shared task.classAn import stream which can parse the CONLL03 data.classParser for the Italian NER training files of the Evalita 2007 and 2009 NER shared tasks.Methods in opennlp.tools.formats that return NameSampleModifier and TypeMethodDescriptionBioNLP2004NameSampleStream.read()Conll02NameSampleStream.read()Conll03NameSampleStream.read()EvalitaNameSampleStream.read()Methods in opennlp.tools.formats that return types with arguments of type NameSampleModifier and TypeMethodDescription -
Uses of NameSample in opennlp.tools.formats.ad
Subclasses with type arguments of type NameSample in opennlp.tools.formats.adModifier and TypeClassDescriptionclassA Factory to create a Arvores Deitadas NameSampleDataStream from the command line utility.Classes in opennlp.tools.formats.ad that implement interfaces with type arguments of type NameSampleModifier and TypeClassDescriptionclassParser for Floresta Sita(c)tica Arvores Deitadas corpus, output to for the Portuguese NER training.Methods in opennlp.tools.formats.ad that return NameSampleMethods in opennlp.tools.formats.ad that return types with arguments of type NameSampleModifier and TypeMethodDescription -
Uses of NameSample in opennlp.tools.formats.brat
Subclasses with type arguments of type NameSample in opennlp.tools.formats.bratModifier and TypeClassDescriptionclassGenerates Name Sample objects for a Brat Document object.classNote: Do not use this class, internal use only!Methods in opennlp.tools.formats.brat that return types with arguments of type NameSampleModifier and TypeMethodDescriptionBratDocumentParser.parse(BratDocument sample) protected List<NameSample> BratNameSampleStream.read(BratDocument sample) -
Uses of NameSample in opennlp.tools.formats.convert
Subclasses with type arguments of type NameSample in opennlp.tools.formats.convertModifier and TypeClassDescriptionclassNote: Do not use this class, internal use only!classNote: Do not use this class, internal use only!Methods in opennlp.tools.formats.convert with parameters of type NameSampleModifier and TypeMethodDescriptionprotected String[]NameToSentenceSampleStream.toSentence(NameSample sample) Constructor parameters in opennlp.tools.formats.convert with type arguments of type NameSampleModifierConstructorDescriptionNameToSentenceSampleStream(Detokenizer detokenizer, ObjectStream<NameSample> samples, int chunkSize) Initializes aNameToSentenceSampleStream.NameToTokenSampleStream(Detokenizer detokenizer, ObjectStream<NameSample> samples) Initializes aNameToTokenSampleStream. -
Uses of NameSample in opennlp.tools.formats.masc
Subclasses with type arguments of type NameSample in opennlp.tools.formats.mascModifier and TypeClassDescriptionclassclassNote: Do not use this class, internal use only!Methods in opennlp.tools.formats.masc that return NameSampleModifier and TypeMethodDescriptionMascNamedEntitySampleStream.read()Reads the next sample of named entities.Methods in opennlp.tools.formats.masc that return types with arguments of type NameSampleModifier and TypeMethodDescription -
Uses of NameSample in opennlp.tools.formats.muc
Subclasses with type arguments of type NameSample in opennlp.tools.formats.mucMethods in opennlp.tools.formats.muc that return NameSampleMethods in opennlp.tools.formats.muc that return types with arguments of type NameSampleModifier and TypeMethodDescriptionConstructor parameters in opennlp.tools.formats.muc with type arguments of type NameSampleModifierConstructorDescriptionMucNameContentHandler(Tokenizer tokenizer, List<NameSample> storedSamples) Initializes aMucNameContentHandler. -
Uses of NameSample in opennlp.tools.formats.ontonotes
Subclasses with type arguments of type NameSample in opennlp.tools.formats.ontonotesModifier and TypeClassDescriptionclassName Sample Stream parser for the OntoNotes 4.0 named entity files.classNote: Do not use this class, internal use only!Methods in opennlp.tools.formats.ontonotes that return NameSampleMethods in opennlp.tools.formats.ontonotes that return types with arguments of type NameSampleModifier and TypeMethodDescription -
Uses of NameSample in opennlp.tools.namefind
Subclasses with type arguments of type NameSample in opennlp.tools.namefindModifier and TypeClassDescriptionclassClass for creating an event stream out of data files for training anTokenNameFinder.classTheNameSampleDataStreamclass converts tagged tokens provided by aDataStreamtoNameSampleobjects.classAstreamwhich removesname sampleswhich do not have a certain type.classAstreamwhich removesname sampleswhich do not have a certain type.classTheTokenNameFinderEvaluatormeasures the performance of the givenTokenNameFinderwith the provided referencesamples.Subinterfaces with type arguments of type NameSample in opennlp.tools.namefindClasses in opennlp.tools.namefind that implement interfaces with type arguments of type NameSampleMethods in opennlp.tools.namefind that return NameSampleModifier and TypeMethodDescriptionstatic NameSampleParses given input into aNameSample.static NameSampleParses given input into aNameSample.protected NameSampleTokenNameFinderEvaluator.processSample(NameSample reference) Evaluates the given referenceNameSampleobject.NameSampleDataStream.read()NameSampleTypeFilter.read()Methods in opennlp.tools.namefind that return types with arguments of type NameSampleMethods in opennlp.tools.namefind with parameters of type NameSampleModifier and TypeMethodDescriptionNameFinderEventStream.createEvents(NameSample sample) protected NameSampleTokenNameFinderEvaluator.processSample(NameSample reference) Evaluates the given referenceNameSampleobject.Method parameters in opennlp.tools.namefind with type arguments of type NameSampleModifier and TypeMethodDescriptionvoidTokenNameFinderCrossValidator.evaluate(ObjectStream<NameSample> samples, int nFolds) Starts the evaluation.static TokenNameFinderModelNameFinderME.train(String languageCode, String type, ObjectStream<NameSample> samples, TrainingParameters params, TokenNameFinderFactory factory) Starts a training of aTokenNameFinderModelwith the given parameters.Event[]NameSampleSequenceStream.updateContext(Sequence<NameSample> sequence, AbstractModel model) Constructor parameters in opennlp.tools.namefind with type arguments of type NameSampleModifierConstructorDescriptionNameFinderEventStream(ObjectStream<NameSample> dataStream, String type, NameContextGenerator contextGenerator, SequenceCodec<String> codec) Initializes aNameSampleSequenceStreamwith givenpsisamples.NameSampleSequenceStream(ObjectStream<NameSample> psi, NameContextGenerator pcg, boolean useOutcomes) NameSampleSequenceStream(ObjectStream<NameSample> psi, NameContextGenerator pcg, boolean useOutcomes, SequenceCodec<String> seqCodec) NameSampleSequenceStream(ObjectStream<NameSample> psi, AdaptiveFeatureGenerator featureGen) NameSampleSequenceStream(ObjectStream<NameSample> psi, AdaptiveFeatureGenerator featureGen, boolean useOutcomes) NameSampleTypeFilter(String[] types, ObjectStream<NameSample> samples) Initializes aNameSampleTypeFilter.NameSampleTypeFilter(Set<String> types, ObjectStream<NameSample> samples) Initializes aNameSampleTypeFilter.