static IKeywordsIndexer GetService() { return(new KeywordsIndexer( new KeywordsBuilderProvider( WordSplitKeywordProcessor.Create() ) )); }
IKeywordsBuilder <Entity> GetService() { return(new KeywordsBuilder <Entity>( WordSplitKeywordProcessor.Create())); }
IKeywordProcessor GetService() { return(WordSplitKeywordProcessor.Create(stopWords: new string[] {})); }