tokenDetectionFlag Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: imbNLP.Core.contentPreprocess
[FlagsAttribute] public enum tokenDetectionFlag
| Member name | Value | Description | |
|---|---|---|---|
| none | 0 | ||
| phonenumber | 2 | ||
| emailAddress | 4 | ||
| acronims | 8 | Izvrsice ucitavanje samo ako isti URL / komanda nije poslednja koja je izvrsena | |
| potentialNamedEntity | 16 | ||
| postOfficeNumber | 32 | ||
| yearNumber | 64 | ||
| standard | 128 | ||
| standardDetection | 256 | ||
| potentialPersonalNamesSubSentences | 512 | ||
| cityAndPostnumberSubSentences | 1024 | ||
| punctationSubSentences | 1025 | ||
| quotationSubSentences | 1026 | ||
| enumerationSubSentences | 1027 | ||
| enbracedSubSentences | 1028 | ||
| potentialStreetAndNumber | 1029 |