IStopWordList InterfaceIStopWordList InterfaceIStopWordList Interface

Interface implemented by stop word lists.

Syntax

Public Interface IStopWordList _
        Implements IEnumerable(Of String), _
                   System.Collections.IEnumerable
public interface IStopWordList : IEnumerable<string>,
        System.Collections.IEnumerable
public:
interface class IStopWordList : IEnumerable<String^>,
        System.Collections::IEnumerable^
 
The IStopWordListIStopWordListIStopWordList type exposes the following members.

Properties

 PropertyDescription
Public propertyCountCountCount Gets the number of stop words in the collection.

Top