Click or drag to resize

subsentenceDetection Fields

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

The subsentenceDetection type exposes the following members.

Fields
  NameDescription
Public fieldStatic member_select_enbracedSubSentence
Regex select enbracedSubSentence : ([\(]([A-Za-z\s,;:\-])+[\)])
Public fieldStatic member_select_enumerationSubSentence
Regex select enumerationSubSentence : \b([\:]{1}([\s]*([A-ZČŠĆŽĐa-zžđščć]{1,3})+([\s]{0,2}([,\;\-]{1}|[\s]{0,1}[\w]{1}[\s]{1}))*){1,})
Public fieldStatic member_select_innerSentence
Regex select innerSentence : (,{1}[\s]{1})([\w\d\s]*)(,{1}[\s]{1})
Public fieldStatic member_select_potentialCityAndPost
Regex select potentialCityAndPost : (\b[\d]{5}[\s\n]{1,3}([A-ZČŠĆŽĐ]{1}[a-zžđščć]{1,}|[A-ZČŠĆŽĐ]{2,}))|(([A-ZČŠĆŽĐ]{1}[a-zžđščć]{1,}|[A-ZČŠĆŽĐ]{2,}){1}[\s\n]{1,3}[\d]{5}\b)
Public fieldStatic member_select_potentialPersonalNames
Regex select potentialPersonalNames : [A-ZČŠĆŽĐ]{1}[a-zžđščć]{2,}[\s]{1,4}[A-ZČŠĆŽĐ]{1}[a-zćšđčž]{2,}
Public fieldStatic member_select_quotedSubSentence
Regex select quotedSubSentence : ([\""]([A-Za-z\s,;:\-])+[\""])
Top
See Also