public class PlainTextDictionary extends java.lang.Object implements Dictionary
Format allowed: 1 word per line:
word1
word2
word3
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REVISION |
Constructor and Description |
---|
PlainTextDictionary(java.io.File file) |
PlainTextDictionary(java.io.InputStream dictFile) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator |
getWordsIterator()
return all the words present in the dictionnary
|
public static final java.lang.String REVISION
public PlainTextDictionary(java.io.File file) throws java.io.IOException
java.io.IOException
public PlainTextDictionary(java.io.InputStream dictFile)
public java.util.Iterator getWordsIterator()
Dictionary
getWordsIterator
in interface Dictionary
Copyright © 2001-2010 Jalios SA. All Rights Reserved.