Пример #1
0
 static IKeywordsIndexer GetService()
 {
     return(new KeywordsIndexer(
                new KeywordsBuilderProvider(
                    WordSplitKeywordProcessor.Create()
                    )
                ));
 }
Пример #2
0
 IKeywordsBuilder <Entity> GetService()
 {
     return(new KeywordsBuilder <Entity>(
                WordSplitKeywordProcessor.Create()));
 }
 IKeywordProcessor GetService()
 {
     return(WordSplitKeywordProcessor.Create(stopWords: new string[] {}));
 }