Uses of Class
com.basistech.rosette.dm.ListAttribute
Packages that use ListAttribute
-
Uses of ListAttribute in com.basistech.rosette.dm
Methods in com.basistech.rosette.dm that return ListAttributeModifier and TypeMethodDescriptionListAttribute.Builder.build()Constructs an immutable list from the current state of the builder.AnnotatedText.getBaseNounPhrases()Returns the list of base noun phrases.AnnotatedText.getCategorizerResults()Returns the list of categorizer results.AnnotatedText.getConcepts()AnnotatedText.getDependencies()Returns the list of dependencies.AnnotatedText.getEntities()Returns the list of entities.AnnotatedText.getEntityMentions()Deprecated.AnnotatedText.getEvents()AnnotatedText.getKeyphrases()AnnotatedText.getLanguageDetectionRegions()Returns the list of language regions.AnnotatedText.getLayoutRegions()Returns the list of layout regions.AnnotatedText.getRelationshipMentions()Returns the list of relationship mentions.AnnotatedText.getResolvedEntities()Deprecated.this constructs a list of the old objects for compatibility, the supported item isEntity.AnnotatedText.getScriptRegions()Returns the list of script regions.AnnotatedText.getSentences()Returns the list of sentences.AnnotatedText.getSentimentResults()Returns the list of sentiment results.AnnotatedText.getSimilarTerms(com.basistech.util.LanguageCode languageCode) Convenience accessor for a language's list of similar terms.AnnotatedText.getTokens()Returns the list of tokens.AnnotatedText.getTopicResults()AnnotatedText.getTranslatedData()Returns the translations for the text.AnnotatedText.getTranslatedTokens()Returns the translated tokens.Methods in com.basistech.rosette.dm that return types with arguments of type ListAttributeModifier and TypeMethodDescriptionMapAttribute<com.basistech.util.LanguageCode,ListAttribute<SimilarTerm>> AnnotatedText.getSimilarTerms()Returns the map of similar terms.Methods in com.basistech.rosette.dm with parameters of type ListAttributeModifier 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.dependencies(ListAttribute<Dependency> dependencies) Attaches a list of dependencies.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.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.Method parameters in com.basistech.rosette.dm with type arguments of type ListAttributeModifier and TypeMethodDescriptionAnnotatedText.Builder.similarTerms(MapAttribute<com.basistech.util.LanguageCode, ListAttribute<SimilarTerm>> similarTerms) Attaches a per-language map of similar terms.
Mention.