net.didion.jwnl.dictionary.database
Interface DatabaseManager
- All Known Implementing Classes:
- DatabaseManagerImpl
- public interface DatabaseManager
getIndexWordSynsetsQuery
public Query getIndexWordSynsetsQuery(POS pos,
java.lang.String lemma)
throws JWNLException
- Throws:
JWNLException
getIndexWordLemmasQuery
public Query getIndexWordLemmasQuery(POS pos)
throws JWNLException
- Throws:
JWNLException
getIndexWordLemmasQuery
public Query getIndexWordLemmasQuery(POS pos,
java.lang.String substring)
throws JWNLException
- Throws:
JWNLException
getRandomIndexWordQuery
public Query getRandomIndexWordQuery(POS pos)
throws JWNLException
- Throws:
JWNLException
getSynsetQuery
public Query getSynsetQuery(POS pos,
long offset)
throws JWNLException
- Throws:
JWNLException
getSynsetWordQuery
public Query getSynsetWordQuery(POS pos,
long offset)
throws JWNLException
- Throws:
JWNLException
getPointerQuery
public Query getPointerQuery(POS pos,
long offset)
throws JWNLException
- Throws:
JWNLException
getVerbFrameQuery
public Query getVerbFrameQuery(POS pos,
long offset)
throws JWNLException
- Throws:
JWNLException
getSynsetsQuery
public Query getSynsetsQuery(POS pos)
throws JWNLException
- Throws:
JWNLException
getExceptionQuery
public Query getExceptionQuery(POS pos,
java.lang.String derivation)
throws JWNLException
- Throws:
JWNLException
getExceptionsQuery
public Query getExceptionsQuery(POS pos)
throws JWNLException
- Throws:
JWNLException
JWNL homepage.