Enum TermExtractionTransformTermType
Namespace: Varigence.Languages.Biml.Transformation
Assembly: Biml.dll
C#
public enum TermExtractionTransformTermType
Fields
| Fields | Description |
|---|---|
| Noun | Specifies that terms should be nouns only. |
| NounAndNounPhrase | Specifies that terms should be both nouns and noun phrases. |
| NounPhrase | Specifies that terms should be noun phrases only. |