Package com.complexible.stardog.docs.nlp
-
Interface Summary Interface Description CandidateGenerator Generates a list ofcandidates
from amention
CandidateSelector Selects whichranks
are worth saving in the databaseDocumentParser Parses strings intoDocuments
EntityExtractor<T extends Spans> Extract some type of entitiesEntityExtractorFactory<T extends Spans> Creates instances ofEntityExtractor
for the given connection.FeatureGenerator Adds features to aCandidateMention
MentionExtractor RankingFunction Attributes a finalscore
to aCandidateMention
Spans Represents a stream ofSpan
extracted by aEntityExtractor
potentially linked to entities in the graph. -
Class Summary Class Description Annotated Object that contains a key value interface for annotationsCandidateMention Document A collection oftokens
, organized in sentencesEntityExtractorRegistry The registry of all available entity extractorsRank The final score given to aCandidateMention
by aRankingFunction
Span Token Individual string in aDocument