C# Class SolarixGrammarEngineNET.TextSegmenter

Inheritance: IDisposable
Datei anzeigen Open project: Koziev/GrammarEngine

Public Methods

Method Description
Dispose ( ) : void
ReadSentence ( ) : string
TextSegmenter ( GrammarEngine2 _gren, IntPtr _hObject ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ReadSentence() public method

public ReadSentence ( ) : string
return string

TextSegmenter() public method

public TextSegmenter ( GrammarEngine2 _gren, IntPtr _hObject ) : System
_gren GrammarEngine2
_hObject System.IntPtr
return System