Class DefaultWordExtractor
Default Word Extractor.
public class DefaultWordExtractor : IWordExtractor
- Inheritance
-
DefaultWordExtractor
- Implements
- Inherited Members
Properties
Instance
Create an instance of Default Word Extractor, DefaultWordExtractor.
public static IWordExtractor Instance { get; }
Property Value
Methods
GetWords(IReadOnlyList<Letter>)
Gets the words.
public IEnumerable<Word> GetWords(IReadOnlyList<Letter> letters)
Parameters
letters
IReadOnlyList<Letter>The letters in the page.