![]() | tokenDetection Class |
[Missing <summary> documentation for "T:imbNLP.Core.contentPreprocess.tokenDetection"]
Namespace: imbNLP.Core.contentPreprocess
public static class tokenDetection
The tokenDetection type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | _select_acronimByLength |
Regex select acronimByLength : [\s\b]{1}([A-Z]{3,4})[\s\b]{1}
|
![]() ![]() | _select_acronimIrregular |
Regex select acronimIrregular : [\s]{1}([ZXCVBNMKLJHGFDSQWRTYP]{2,})[\s]{1}
|
![]() ![]() | _select_emailAddress |
Regex select emailAddress : [a-zA-Z\d_\.]+@[a-zA-Z_\.]*?\.[a-zA-Z\.]{2,6}
|
![]() ![]() | _select_numberOrdal |
Regex select numberOrdal : ([\w]{1}\.{1}\s{1}){2,}
|
![]() ![]() | _select_phoneNumber |
Regex select phoneNumber : [\+0^]{1,2}[\s]{0,2}([\d\(\)]{2,5}[\s\(\)\-\.\/\\]{1,2}){3,5}
|
![]() ![]() | _select_postOfficeNumber |
Regex select postOfficeNumber : (([\d]{5})|([\d]{2}[\s]{1}[\d]{3})[\b]{1})[\W]{1}
|
![]() ![]() | _select_standards |
Regex select standards : [A-Z]{1,5}[\s\-\:]*[\d]{2,5}[\d\:]*
|
![]() ![]() | _select_tokenWithoutSplitter |
Regex select tokenWithoutSplitter : ([\w\d\.,:;\""-|]{1,})\b
|
![]() ![]() | _select_tokenWithSplitter |
Regex select tokenWithSplitter : ([\w\d\.,:;\"-|]{1,})\b[\W]{0,3}
|
![]() ![]() | _select_yearNumber |
Regex select yearNumber : ([\d]{4}[\.])
|