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;
        }