subsentenceDetection Class |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:imbNLP.Core.contentPreprocess.subsentenceDetection"]
Namespace: imbNLP.Core.contentPreprocess
public static class subsentenceDetection
The subsentenceDetection type exposes the following members.
| Name | Description | |
|---|---|---|
| setSubSentencesT |
Vraca pod recenice za prosledjenu recenicu. sentence.content ce dobiti skremblovanu verziju - gde je izbaceno sve sto nije
|
| Name | Description | |
|---|---|---|
| _select_enbracedSubSentence |
Regex select enbracedSubSentence : ([\(]([A-Za-z\s,;:\-])+[\)])
| |
| _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,})
| |
| _select_innerSentence |
Regex select innerSentence : (,{1}[\s]{1})([\w\d\s]*)(,{1}[\s]{1})
| |
| _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)
| |
| _select_potentialPersonalNames |
Regex select potentialPersonalNames : [A-ZČŠĆŽĐ]{1}[a-zžđščć]{2,}[\s]{1,4}[A-ZČŠĆŽĐ]{1}[a-zćšđčž]{2,}
| |
| _select_quotedSubSentence |
Regex select quotedSubSentence : ([\""]([A-Za-z\s,;:\-])+[\""])
|