tools Class |
[Missing <summary> documentation for "T:imbNLP.PartOfSpeech.decomposing.html.tools"]
Namespace: imbNLP.PartOfSpeech.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
| |
| GetTextualExtract |
Gets the textual extract.
| |
| GetUniquePages |
Gets the unique pages.
|
| Name | Description | |
|---|---|---|
| _select_sentenceSpliter |
Regex select sentenceSpliter : (?=[\.;!\?])\s*(?=[A-ZČŠĆŽĐ\d])
| |
| _select_sentenceTerminator |
Regex select sentenceTerminator : ([\.;!\?]+)$
|