Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Public Member Functions | List of all members
SpellChecker.Net.Search.Spell.TRStringDistance Class Reference

Edit distance class More...

Public Member Functions

 TRStringDistance (System.String target)
 Optimized to run a bit faster than the static getDistance(). In one benchmark times were 5.3sec using ctr vs 8.5sec w/ static method, thus 37% faster.
 
int GetDistance (System.String other)
 

Detailed Description

Edit distance class

Definition at line 23 of file TRStringDistance.cs.

Constructor & Destructor Documentation

SpellChecker.Net.Search.Spell.TRStringDistance.TRStringDistance ( System.String  target)

Optimized to run a bit faster than the static getDistance(). In one benchmark times were 5.3sec using ctr vs 8.5sec w/ static method, thus 37% faster.

Definition at line 34 of file TRStringDistance.cs.

Member Function Documentation

int SpellChecker.Net.Search.Spell.TRStringDistance.GetDistance ( System.String  other)

Definition at line 44 of file TRStringDistance.cs.


The documentation for this class was generated from the following file: