Uses of Class
com.basistech.rosette.dm.AnnotatedText.Builder
Packages that use AnnotatedText.Builder
-
Uses of AnnotatedText.Builder in com.basistech.rosette.dm
Methods in com.basistech.rosette.dm that return AnnotatedText.BuilderModifier and TypeMethodDescriptionAnnotatedText.Builder.baseNounPhrases(ListAttribute<BaseNounPhrase> baseNounPhrases) Attaches a list of base noun phrases.AnnotatedText.Builder.categorizerResults(ListAttribute<CategorizerResult> categorizerResults) Attaches a list of categorizer results.AnnotatedText.Builder.concepts(ListAttribute<Concept> concepts) AnnotatedText.Builder.data(CharSequence data) Constructs a builder over some character data.AnnotatedText.Builder.dependencies(ListAttribute<Dependency> dependencies) Attaches a list of dependencies.AnnotatedText.Builder.documentMetadata(String key, String value) Adds an entry to the document metadata.AnnotatedText.Builder.documentMetadata(String key, List<String> value) Adds an entry to the document metadata.AnnotatedText.Builder.documentMetadata(Map<String, List<String>> mapOfValues) Add all of the contents of a map of metadata to the document metadata.AnnotatedText.Builder.embeddings(Embeddings embeddings) Attaches a set of embeddings.AnnotatedText.Builder.entities(ListAttribute<Entity> entities) Attaches a list of entities.AnnotatedText.Builder.entityMentions(ListAttribute<EntityMention> entityMentions) Deprecated.AnnotatedText.Builder.events(ListAttribute<Event> events) Attaches a list of events.AnnotatedText.Builder.keyphrases(ListAttribute<Keyphrase> keyphrases) AnnotatedText.Builder.languageDetectionRegions(ListAttribute<LanguageDetection> languageDetectionRegions) Attaches a list of language detections.AnnotatedText.Builder.layoutRegions(ListAttribute<LayoutRegion> layoutRegions) Attaches a list of layout regions.AnnotatedText.Builder.relationshipMentions(ListAttribute<RelationshipMention> relationshipMentions) Attaches a list of relationship mentions.AnnotatedText.Builder.resolvedEntities(ListAttribute<ResolvedEntity> resolvedEntities) Deprecated.AnnotatedText.Builder.scriptRegions(ListAttribute<ScriptRegion> scriptRegions) Attaches a list of script regions.AnnotatedText.Builder.sentences(ListAttribute<Sentence> sentences) Attaches a list of sentences.AnnotatedText.Builder.sentimentResults(ListAttribute<CategorizerResult> sentimentResults) Attaches a list of sentiment results.AnnotatedText.Builder.similarTerms(MapAttribute<com.basistech.util.LanguageCode, ListAttribute<SimilarTerm>> similarTerms) Attaches a per-language map of similar terms.AnnotatedText.Builder.tokens(ListAttribute<Token> tokens) Attaches a list of tokens.AnnotatedText.Builder.topicResults(ListAttribute<CategorizerResult> topicResults) AnnotatedText.Builder.translatedData(ListAttribute<TranslatedData> translatedData) Attaches a TranslatedData object.AnnotatedText.Builder.translatedTokens(ListAttribute<TranslatedTokens> translatedTokens) Attaches a list of TranslatedTokens objects.AnnotatedText.Builder.transliteration(TransliterationResults transliterationResults) AnnotatedText.Builder.wholeDocumentLanguageDetection(LanguageDetection languageDetection) Attaches a whole-document language detection.
entities(ListAttribute).