cnt_level Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: imbNLP.PartOfSpeech.flags.token
public enum cnt_level
| Member name | Value | Description | |
|---|---|---|---|
| none | 0 | ||
| mcRepo | 1 | The mc repo: set of site | |
| mcSite | 2 | The mc site: set of pages | |
| mcPage | 3 | The mc webpage: | |
| mcBlock | 4 | The mc block: block with set of mcTokenStreams | |
| mcTokenStream | 5 | The mc token stream: stream of tokens, not necessarily a sentence | |
| mcToken | 6 | The mc token | |
| mcChunk | 7 | Chunk constructed | |
| mcSubtoken | 8 | The mc subtoken: hypothetical use |