Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Classes | Public Member Functions | List of all members
SpellChecker.Net.Search.Spell.PlainTextDictionary Class Reference

Dictionary represented by a file text. Format allowed: 1 word per line:
word1
word2
word3
More...

Inherits SpellChecker.Net.Search.Spell.IDictionary, and IEnumerable< string >.

Classes

class  FileIterator
 

Public Member Functions

virtual
System.Collections.Generic.IEnumerator
< string > 
GetWordsIterator ()
 return all the words present in the dictionary
 
System.Collections.Generic.IEnumerator
< string > 
GetEnumerator ()
 
 PlainTextDictionary (System.IO.FileInfo file)
 
 PlainTextDictionary (System.IO.Stream dictFile)
 

Detailed Description

Dictionary represented by a file text.

Format allowed: 1 word per line:
word1
word2
word3

<author> Nicolas Maisonneuve </author>

Definition at line 33 of file PlainTextDictionary.cs.

Constructor & Destructor Documentation

SpellChecker.Net.Search.Spell.PlainTextDictionary.PlainTextDictionary ( System.IO.FileInfo  file)

Definition at line 54 of file PlainTextDictionary.cs.

SpellChecker.Net.Search.Spell.PlainTextDictionary.PlainTextDictionary ( System.IO.Stream  dictFile)

Definition at line 59 of file PlainTextDictionary.cs.

Member Function Documentation

System.Collections.Generic.IEnumerator<string> SpellChecker.Net.Search.Spell.PlainTextDictionary.GetEnumerator ( )

Definition at line 40 of file PlainTextDictionary.cs.

virtual System.Collections.Generic.IEnumerator<string> SpellChecker.Net.Search.Spell.PlainTextDictionary.GetWordsIterator ( )
virtual

return all the words present in the dictionary

Returns
Iterator

Implements SpellChecker.Net.Search.Spell.IDictionary.

Definition at line 35 of file PlainTextDictionary.cs.


The documentation for this class was generated from the following file: