Egothor.Stemmer.Diff.Diff C# (CSharp) Method

Diff() public method

Constructor for the Diff object.
public Diff ( ) : System
return System
        public Diff()
            : this(1, 1, 1, 0)
        {
        }

Same methods

Diff::Diff ( int ins, int del, int rep, int noop ) : System