public interface DatabaseManager
| Modifier and Type | Method and Description |
|---|---|
Query |
getExceptionQuery(POS pos,
String derivation) |
Query |
getExceptionsQuery(POS pos) |
Query |
getIndexWordLemmasQuery(POS pos) |
Query |
getIndexWordLemmasQuery(POS pos,
String substring) |
Query |
getIndexWordSynsetsQuery(POS pos,
String lemma) |
Query |
getPointerQuery(POS pos,
long offset) |
Query |
getRandomIndexWordQuery(POS pos) |
Query |
getSynsetQuery(POS pos,
long offset) |
Query |
getSynsetsQuery(POS pos) |
Query |
getSynsetWordQuery(POS pos,
long offset) |
Query |
getVerbFrameQuery(POS pos,
long offset) |
Query getIndexWordSynsetsQuery(POS pos, String lemma) throws JWNLException
JWNLExceptionQuery getIndexWordLemmasQuery(POS pos) throws JWNLException
JWNLExceptionQuery getIndexWordLemmasQuery(POS pos, String substring) throws JWNLException
JWNLExceptionQuery getRandomIndexWordQuery(POS pos) throws JWNLException
JWNLExceptionQuery getSynsetQuery(POS pos, long offset) throws JWNLException
JWNLExceptionQuery getSynsetWordQuery(POS pos, long offset) throws JWNLException
JWNLExceptionQuery getPointerQuery(POS pos, long offset) throws JWNLException
JWNLExceptionQuery getVerbFrameQuery(POS pos, long offset) throws JWNLException
JWNLExceptionQuery getSynsetsQuery(POS pos) throws JWNLException
JWNLExceptionQuery getExceptionQuery(POS pos, String derivation) throws JWNLException
JWNLExceptionQuery getExceptionsQuery(POS pos) throws JWNLException
JWNLExceptionCopyright © 2023. All rights reserved.