Click or drag to resize

htmlNodeProcessing Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Ekstenzije koje omogućavaju rad sa HtmlNode objektima u kontekstu htmlTokenizacije
Inheritance Hierarchy
SystemObject
  imbNLP.Core.contentStructureHtml.tokenizatorhtmlNodeProcessing

Namespace:  imbNLP.Core.contentStructureHtml.tokenizator
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.24
Syntax
C#
public static class htmlNodeProcessing

The htmlNodeProcessing type exposes the following members.

Methods
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