Spell checking, morphological analysis and generation functions.

The following tables list the members exposed by the Hunspell type.

Public Constructors

 

Name

Description

   

  Hunspell 

(Overloaded) Initializes a new instance of the Hunspell class.

Top

Public Properties

 

Name

Description

   

  IsDisposed 

Gets a value indicating whether is disposed.

     

  NativeDllPath 

Gets or sets the path to the native Hunspell DLLs.

Top

Public Methods

 

Name

Description

   

  Add 

Adds the specified word to the internal dictionary.

   

  AddWithAffix 

Adds the specified word to the internal dictionary. Determines the affixes from the provided sample.

   

  Analyze 

Analyzes the specified word.

   

  Dispose 

(Overloaded) The dispose.

   

  Equals

(Overloaded) (inherited from Object).

   

  Generate 

Generates the specified word by a sample.

   

  GetHashCode

(inherited from Object).

   

  GetType

(inherited from Object).

   

  Load 

(Overloaded) Loads the specified affix and dictionary file.

     

  ReferenceEquals

(inherited from Object).

   

  Remove 

Removes the specified word.

   

  Spell 

Spell check the word.

   

  Stem 

Gets the word stems for the specified word.

   

  Suggest 

Gets a list of suggestions for the specified (misspelled) word.

   

  ToString

(inherited from Object).

Top

Protected Methods

 

Name

Description

   

  Finalize

(inherited from Object).

   

  MemberwiseClone

(inherited from Object).

Top

See Also