Egothor.Stemmer.Diff.Diff C# (CSharp) 메소드

Diff() 공개 메소드

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

Same methods

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