Click or drag to resize

nlpTokenizatorSettings Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

2013c: LowLevel resurs
Inheritance Hierarchy
SystemObject
  dataBindableBase
    imbBindable
      imbNLP.Core.contentStructure.tokenizatornlpTokenizatorSettings

Namespace:  imbNLP.Core.contentStructure.tokenizator
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.24
Syntax
C#
public class nlpTokenizatorSettings : imbBindable

The nlpTokenizatorSettings type exposes the following members.

Constructors
  NameDescription
Public methodnlpTokenizatorSettings
Initializes a new instance of the nlpTokenizatorSettings class
Top
Properties
  NameDescription
Public propertydoBlockDetection
Da li detektuje tip blokova
Public propertydoCategorizationLog
Da li da vodi log kateogirzacije Tokena, Recenica i Paragrapha
Public propertydoParagraphDetection
Da li da vrsi proveru tipa paragrafa
Public propertydoSentenceDetection
Da li da vrsi proveru recenica
Public propertydoTokenTypeDetection_basic
Da li da vrsi osnovnu proveru tipa tokena
Public propertydoTokenTypeDetection_languageAdvanced
Da li da vrsi naprednu proveru pomocu jezicnih definicija
Public propertydoTokenTypeDetection_languageBasic
Da li da vrsi osnovnu proveru pomocu recnika - da li je poznata rec itd
Public propertydoTokenTypeDetection_second
Da li da vrsi napredninu proveru tipa tokena pomocu recnika, podesava letter case itd
Public propertysyllabLengthLimit
Maksimalna duzina sloga
Public propertytknType
tip tokenizacije
Public propertyvowelLastRegex
Bindable property
Public propertyvowelRegex
Bindable property
Top
Methods
  NameDescription
Public methodbuildVowelRegex
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnPropertyChanged (Inherited from dataBindableBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from dataBindableBase.)
Top
See Also