tkn_stream Enumeration |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:imbNLP.PartOfSpeech.flags.token.tkn_stream"]
Namespace: imbNLP.PartOfSpeech.flags.token
[FlagsAttribute] public enum tkn_stream
| Member name | Value | Description | |
|---|---|---|---|
| none | 0 | ||
| sentence | 1 | ||
| subsentence | 2 | ||
| singleStream | 1024 | ||
| multiStream | 2048 | ||
| properCase | 4 | ||
| allCapsCase | 8 | ||
| regularEndPunctaction | 16 | ||
| noEndPunctaction | 32 | ||
| regularEnd | 1048576 | ||
| exclamationEnd | 2097152 | ||
| questionEnd | 4194304 | ||
| enumeration | 1073741824 | ||
| enbraced | 256 | ||
| quoted | 512 | Between quotation marks \", ', ``, | |
| brackets | 1024 | The brackets: ( [ { | |
| betweenComma | 2048 | The between comma: , | |
| titleRole | 262144 | ||
| titleAllCaps | 262152 | ||
| titleOpenEnd | 262176 | ||
| titleProperEnd | 262160 | ||
| titleForEnumeration | 1074003968 | ||
| sentenceProperCase | 5 | ||
| sentenceRegularEnd | 1048581 | ||
| sentenceEclamationEnd | 2097157 | ||
| sentenceQuestionEnd | 4194309 |