Lucene.Net.Analysis.Gl.TestGalicianMinimalStemFilter.TestExceptions C# (CSharp) Method

TestExceptions() private method

private TestExceptions ( ) : void
return void
        public virtual void TestExceptions()
        {
            CheckOneTerm(a, "mas", "mas");
            CheckOneTerm(a, "barcelonês", "barcelonês");
        }