net.sf.extjwnl.princeton.file
Class AbstractPrincetonDictionaryFile
java.lang.Object
net.sf.extjwnl.dictionary.file.AbstractDictionaryFile
net.sf.extjwnl.princeton.file.AbstractPrincetonDictionaryFile
- All Implemented Interfaces:
- DictionaryFile, Owned
- Direct Known Subclasses:
- AbstractPrincetonRandomAccessDictionaryFile, PrincetonObjectDictionaryFile
public abstract class AbstractPrincetonDictionaryFile
- extends AbstractDictionaryFile
AbstractDictionaryFile
that uses file names compatible with Princeton's distribution of WordNet.
The filenames associated are:
WINDOWS: .
MAC, UNIX: ., .exc
- Author:
- John Didion , Aliaksandr Autayeu
Method Summary |
protected String |
getFilename()
Returns a filename from the part-of-speech and the file type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractPrincetonDictionaryFile
protected AbstractPrincetonDictionaryFile(Dictionary dictionary,
Map<String,Param> params)
AbstractPrincetonDictionaryFile
public AbstractPrincetonDictionaryFile(Dictionary dictionary,
String path,
POS pos,
DictionaryFileType fileType,
Map<String,Param> params)
getFilename
protected String getFilename()
- Description copied from class:
AbstractDictionaryFile
- Returns a filename from the part-of-speech and the file type.
- Specified by:
getFilename
in class AbstractDictionaryFile
- Returns:
- a filename from the part-of-speech and the file type
Copyright © 2011. All Rights Reserved.