Click or drag to resize

tkn_stream Enumeration

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "T:imbNLP.PartOfSpeech.flags.token.tkn_stream"]

Namespace:  imbNLP.PartOfSpeech.flags.token
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
[FlagsAttribute]
public enum tkn_stream
Members
  Member nameValueDescription
none0
sentence1
subsentence2
singleStream1024
multiStream2048
properCase4
allCapsCase8
regularEndPunctaction16
noEndPunctaction32
regularEnd1048576
exclamationEnd2097152
questionEnd4194304
enumeration1073741824
enbraced256
quoted512 Between quotation marks \", ', ``,
brackets1024 The brackets: ( [ {
betweenComma2048 The between comma: ,
titleRole262144
titleAllCaps262152
titleOpenEnd262176
titleProperEnd262160
titleForEnumeration1074003968
sentenceProperCase5
sentenceRegularEnd1048581
sentenceEclamationEnd2097157
sentenceQuestionEnd4194309
See Also