Uses of Class
com.basistech.rosette.dm.BaseNounPhrase
Packages that use BaseNounPhrase
-
Uses of BaseNounPhrase in com.basistech.rosette.dm
Methods in com.basistech.rosette.dm that return BaseNounPhraseModifier and TypeMethodDescriptionBaseNounPhrase.Builder.build()Constructs the base noun phrase from the current state of the builder.Methods in com.basistech.rosette.dm that return types with arguments of type BaseNounPhraseModifier and TypeMethodDescriptionAnnotatedText.getBaseNounPhrases()Returns the list of base noun phrases.Method parameters in com.basistech.rosette.dm with type arguments of type BaseNounPhraseModifier and TypeMethodDescriptionAnnotatedText.Builder.baseNounPhrases(ListAttribute<BaseNounPhrase> baseNounPhrases) Attaches a list of base noun phrases.Constructors in com.basistech.rosette.dm with parameters of type BaseNounPhraseModifierConstructorDescriptionBuilder(BaseNounPhrase toCopy) Constructs a builder from an existing BaseNounPhrase.