Click or drag to resize

cnt_level Enumeration

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Container level

Namespace:  imbNLP.PartOfSpeech.flags.token
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public enum cnt_level
Members
  Member nameValueDescription
none0
mcRepo1 The mc repo: set of site
mcSite2 The mc site: set of pages
mcPage3 The mc webpage:
mcBlock4 The mc block: block with set of mcTokenStreams
mcTokenStream5 The mc token stream: stream of tokens, not necessarily a sentence
mcToken6 The mc token
mcChunk7 Chunk constructed
mcSubtoken8 The mc subtoken: hypothetical use
See Also