Click or drag to resize

tokenDetection Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "T:imbNLP.Core.contentPreprocess.tokenDetection"]

Inheritance Hierarchy
SystemObject
  imbNLP.Core.contentPreprocesstokenDetection

Namespace:  imbNLP.Core.contentPreprocess
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.30
Syntax
C#
public static class tokenDetection

The tokenDetection type exposes the following members.

Fields
  NameDescription
Public fieldStatic member_select_acronimByLength
Regex select acronimByLength : [\s\b]{1}([A-Z]{3,4})[\s\b]{1}
Public fieldStatic member_select_acronimIrregular
Regex select acronimIrregular : [\s]{1}([ZXCVBNMKLJHGFDSQWRTYP]{2,})[\s]{1}
Public fieldStatic member_select_emailAddress
Regex select emailAddress : [a-zA-Z\d_\.]+@[a-zA-Z_\.]*?\.[a-zA-Z\.]{2,6}
Public fieldStatic member_select_numberOrdal
Regex select numberOrdal : ([\w]{1}\.{1}\s{1}){2,}
Public fieldStatic member_select_phoneNumber
Regex select phoneNumber : [\+0^]{1,2}[\s]{0,2}([\d\(\)]{2,5}[\s\(\)\-\.\/\\]{1,2}){3,5}
Public fieldStatic member_select_postOfficeNumber
Regex select postOfficeNumber : (([\d]{5})|([\d]{2}[\s]{1}[\d]{3})[\b]{1})[\W]{1}
Public fieldStatic member_select_standards
Regex select standards : [A-Z]{1,5}[\s\-\:]*[\d]{2,5}[\d\:]*
Public fieldStatic member_select_tokenWithoutSplitter
Regex select tokenWithoutSplitter : ([\w\d\.,:;\""-|]{1,})\b
Public fieldStatic member_select_tokenWithSplitter
Regex select tokenWithSplitter : ([\w\d\.,:;\"-|]{1,})\b[\W]{0,3}
Public fieldStatic member_select_yearNumber
Regex select yearNumber : ([\d]{4}[\.])
Top
See Also