Click or drag to resize

tools Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "T:imbNLP.PartOfSpeech.decomposing.html.tools"]

Inheritance Hierarchy
SystemObject
  imbNLP.PartOfSpeech.decomposing.htmltools

Namespace:  imbNLP.PartOfSpeech.decomposing.html
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public static class tools

The tools type exposes the following members.

Methods
  NameDescription
Public methodStatic memberbuildTree
Builds the content tree out of HtmlDocument
Public methodStatic membercheckTextHtmlConsistensy
Public methodStatic memberGetTagNames
Gets the tag and its parent nodes names, until the limit is reached
Public methodStatic memberGetTextualExtract
Gets the textual extract.
Public methodStatic memberGetUniquePages
Gets the unique pages.
Top
Fields
  NameDescription
Public fieldStatic member_select_sentenceSpliter
Regex select sentenceSpliter : (?=[\.;!\?])\s*(?=[A-ZČŠĆŽĐ\d])
Public fieldStatic member_select_sentenceTerminator
Regex select sentenceTerminator : ([\.;!\?]+)$
Top
See Also