| Class | Description |
|---|---|
| EntityAnnotator |
An entity annotator (given a list of strings) assigns entity annotations
which are
Map instances mapping token indexes to entities. |
| EntityContextScorer<INPUT,ENTITY> |
Context scorers provide entities and likelihoods based on some context.
|
| EntityExtractionResourceBuilder |
This class has various methods that can be used to build the resources
required by
YagoEntityCandidateFinderFactory.YagoEntityCandidateFinder,
YagoEntityContextScorerFactory.YagoEntityContextScorer and YagoEntityExactMatcherFactory.YagoEntityExactMatcher. |
| EntityExtractionResourceBuilder.StreamLooper |
Helper class to iterate through the lines of a Reader to do a bit of work
on each.
|
| IgnoreTokenStripper |
Class to remove stopwords from a list of tokens, or to check if a word is a
stopword.
|
| NamedEntity |
Container Class for Named Entity values
|
| NGramGenerator<T> |
Utility class which allows generation of N-grams of items in a list.
|
| NGramGenerator.StringNGramGenerator |
Produce n-grams of strings
|
| QuickIndexer |
Wrapper around a lucene index constructor
|
| QuickSearcher |
Given a lucene
Directory index and an Analyzer allow for
searches of particular fields. |
| Rationaliser |
This class aims to return a list of possible rationalizations of a word that
is out of vocabulary.
|
| SeedBuilder |
Builds the seed directory required by
EntityExtractionResourceBuilder
. |
| SparqlQueryPager |
A class to handle the page iteration through a set of results from a sparql endpoint query.
|
| SparqlTransitiveClosure |
Given an endpoint, resolve transitive relationships of a root entity.
|
| YagoCompanyAnnotatorEvaluator |
Experiment for examining the ability of a
Yago based organisation extractor.
|
| YagoCompanyAnnotatorEvaluator.FileEntityLocation |
An object which uniquely identifies and equates a start/stop in a
specific file.
|
| YagoEntityCandidateAnnotator | |
| YagoEntityCandidateFinderFactory |
Factory object for : -creating
YagoEntityCandidateFinderFactory.YagoEntityCandidateFinder in various
ways. |
| YagoEntityCandidateFinderFactory.YagoEntityCandidateFinder |
Class that uses an Alias HashMap to find candidate Entities for a list of
tokens.
|
| YagoEntityCompleteAnnotator | |
| YagoEntityContextAnnotator | |
| YagoEntityContextScorerFactory |
Factory Object for building
YagoEntityContextScorerFactory.YagoEntityContextScorer |
| YagoEntityContextScorerFactory.YagoEntityContextScorer |
Class that uses an underlying lucene index to match tokens to companies.
|
| YagoEntityExactMatcherFactory |
Constructs a
YagoEntityExactMatcherFactory.YagoEntityExactMatcher from provided resource folder or default. |
| YagoEntityExactMatcherFactory.YagoEntityExactMatcher |
The class that will extract unique Entities from a given list of tokens.
|
| YagoNamedEntity |
Used in the construction of the Yago EntityExtraction resource folder.
|
| YagoQueryUtils |
Collection of uris and tools for accessing yago
|
| Enum | Description |
|---|---|
| EntityAnnotator.EntityType |
The types of entities which can be annotated
|
| IgnoreTokenStripper.Language |
Language to build stripper from.
|
| NamedEntity.Type |
Type of Named Entity
|