jar

de.cit-ec.scie : ner-core

Maven & Gradle

Dec 10, 2014

NER Core · This module forms the main component of the ontology-based named entity recognition (NER). It can store arbitrary directed ontology graphs and supports multiple labels (ontological surface forms) per ontology graph node. It implements an easy to use class NamedEntityRecognition which can be used to (fuzzily) find the ontology instances in the text. This module has no dependencies.

Table Of Contents

Latest Version

Download de.cit-ec.scie : ner-core JAR file - Latest Versions:

All Versions

Download de.cit-ec.scie : ner-core JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
2.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window ner-core-2.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

de.citec.scie.ner.modes

├─ de.citec.scie.ner.modes.BasicComparisonMode.class - [JAR]

├─ de.citec.scie.ner.modes.ComparisonMode.class - [JAR]

├─ de.citec.scie.ner.modes.KeyMode.class - [JAR]

├─ de.citec.scie.ner.modes.TokenizerMode.class - [JAR]

de.citec.scie.ner.aggregation

├─ de.citec.scie.ner.aggregation.Candidate.class - [JAR]

├─ de.citec.scie.ner.aggregation.CandidateFilter.class - [JAR]

├─ de.citec.scie.ner.aggregation.CandidateSetIterator.class - [JAR]

├─ de.citec.scie.ner.aggregation.MatchPartitions.class - [JAR]

├─ de.citec.scie.ner.aggregation.NamedEntity.class - [JAR]

├─ de.citec.scie.ner.aggregation.NamedEntityFilter.class - [JAR]

├─ de.citec.scie.ner.aggregation.Slot.class - [JAR]

├─ de.citec.scie.ner.aggregation.Slots.class - [JAR]

de.citec.scie.ner.dictionary

├─ de.citec.scie.ner.dictionary.DictionaryKeyWriter.class - [JAR]

├─ de.citec.scie.ner.dictionary.DictionaryMatch.class - [JAR]

├─ de.citec.scie.ner.dictionary.DictionaryMatchFactory.class - [JAR]

├─ de.citec.scie.ner.dictionary.DictionaryMatchFinder.class - [JAR]

├─ de.citec.scie.ner.dictionary.KeyCalculator.class - [JAR]

de.citec.scie.ner.db.types

├─ de.citec.scie.ner.db.types.AssociationData.class - [JAR]

├─ de.citec.scie.ner.db.types.AssociationDirection.class - [JAR]

├─ de.citec.scie.ner.db.types.AssociationType.class - [JAR]

├─ de.citec.scie.ner.db.types.DictionaryEntry.class - [JAR]

├─ de.citec.scie.ner.db.types.LabelData.class - [JAR]

├─ de.citec.scie.ner.db.types.NodeData.class - [JAR]

├─ de.citec.scie.ner.db.types.OntologyData.class - [JAR]

├─ de.citec.scie.ner.db.types.OntologyParameters.class - [JAR]

de.citec.scie.ner.db

├─ de.citec.scie.ner.db.MemoryDatabase.class - [JAR]

de.citec.scie.ner.metric

├─ de.citec.scie.ner.metric.AbstractTextMetric.class - [JAR]

├─ de.citec.scie.ner.metric.TextMetric.class - [JAR]

├─ de.citec.scie.ner.metric.WordMetric.class - [JAR]

de.citec.scie.ner.db.interfaces

├─ de.citec.scie.ner.db.interfaces.AbstractAssociations.class - [JAR]

├─ de.citec.scie.ner.db.interfaces.AbstractDatabase.class - [JAR]

├─ de.citec.scie.ner.db.interfaces.AbstractDictionary.class - [JAR]

├─ de.citec.scie.ner.db.interfaces.AbstractLabels.class - [JAR]

├─ de.citec.scie.ner.db.interfaces.AbstractNodes.class - [JAR]

├─ de.citec.scie.ner.db.interfaces.AbstractOntologies.class - [JAR]

├─ de.citec.scie.ner.db.interfaces.ReadableAssociations.class - [JAR]

├─ de.citec.scie.ner.db.interfaces.ReadableDictionary.class - [JAR]

├─ de.citec.scie.ner.db.interfaces.ReadableLabels.class - [JAR]

├─ de.citec.scie.ner.db.interfaces.ReadableNodes.class - [JAR]

├─ de.citec.scie.ner.db.interfaces.ReadableOntologies.class - [JAR]

├─ de.citec.scie.ner.db.interfaces.WriteableAssociations.class - [JAR]

├─ de.citec.scie.ner.db.interfaces.WriteableDictionary.class - [JAR]

├─ de.citec.scie.ner.db.interfaces.WriteableLabels.class - [JAR]

├─ de.citec.scie.ner.db.interfaces.WriteableNodes.class - [JAR]

├─ de.citec.scie.ner.db.interfaces.WriteableOntologies.class - [JAR]

de.citec.scie.ner.tokenizer

├─ de.citec.scie.ner.tokenizer.Token.class - [JAR]

├─ de.citec.scie.ner.tokenizer.Tokenizer.class - [JAR]

de.citec.scie.ner.db.generic

├─ de.citec.scie.ner.db.generic.Associations.class - [JAR]

├─ de.citec.scie.ner.db.generic.Database.class - [JAR]

├─ de.citec.scie.ner.db.generic.DatabaseSingleton.class - [JAR]

├─ de.citec.scie.ner.db.generic.Dictionary.class - [JAR]

├─ de.citec.scie.ner.db.generic.Labels.class - [JAR]

├─ de.citec.scie.ner.db.generic.Nodes.class - [JAR]

├─ de.citec.scie.ner.db.generic.Ontologies.class - [JAR]

├─ de.citec.scie.ner.db.generic.Sequences.class - [JAR]

├─ de.citec.scie.ner.db.generic.Tuple.class - [JAR]

de.citec.scie.ner.interval

├─ de.citec.scie.ner.interval.AbstractInterval.class - [JAR]

├─ de.citec.scie.ner.interval.IntegerSet.class - [JAR]

├─ de.citec.scie.ner.interval.Interval.class - [JAR]

├─ de.citec.scie.ner.interval.IntervalFilter.class - [JAR]

de.citec.scie.ner

├─ de.citec.scie.ner.NamedEntityRecognition.class - [JAR]

de.citec.scie.ner.ontology

├─ de.citec.scie.ner.ontology.Association.class - [JAR]

├─ de.citec.scie.ner.ontology.Label.class - [JAR]

├─ de.citec.scie.ner.ontology.Node.class - [JAR]

├─ de.citec.scie.ner.ontology.Ontology.class - [JAR]

├─ de.citec.scie.ner.ontology.OntologyException.class - [JAR]

├─ de.citec.scie.ner.ontology.UniqueDBObject.class - [JAR]

Advertisement