tools Class |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:imbNLP.Core.decomposing.html.tools"]
Namespace: imbNLP.Core.decomposing.html
public static class tools
The tools type exposes the following members.
| Name | Description | |
|---|---|---|
| buildTree |
Builds the content tree out of HtmlDocument | |
| checkTextHtmlConsistensy | ||
| GetTagNames |
Gets the tag and its parent nodes names, until the limit is reached
|
| Name | Description | |
|---|---|---|
| _select_sentenceSpliter |
Regex select sentenceSpliter : (?=[\.;!\?])\s*(?=[A-ZČŠĆŽĐ\d])
| |
| _select_sentenceTerminator |
Regex select sentenceTerminator : ([\.;!\?]+)$
|