Lucene.Net.Analysis.AR.ArabicAnalyzer.GetDefaultStopSet C# (CSharp) 메소드

GetDefaultStopSet() 공개 정적인 메소드

Returns an unmodifiable instance of the default stop-words set
public static GetDefaultStopSet ( ) : ISet
리턴 ISet
        public static ISet<string>  GetDefaultStopSet()
        {
            return DefaultSetHolder.DEFAULT_STOP_SET;
        }