Lucene.Net.Analysis.AR.ArabicAnalyzer.GetDefaultStopSet C# (CSharp) Method

GetDefaultStopSet() public static method

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