Lucene.Net.Analysis.AR.ArabicAnalyzer.GetDefaultStopSet C# (CSharp) Méthode

GetDefaultStopSet() public static méthode

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