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
JWNLException
Query getIndexWordLemmasQuery(POS pos) throws JWNLException
JWNLException
Query getIndexWordLemmasQuery(POS pos, String substring) throws JWNLException
JWNLException
Query getRandomIndexWordQuery(POS pos) throws JWNLException
JWNLException
Query getSynsetQuery(POS pos, long offset) throws JWNLException
JWNLException
Query getSynsetWordQuery(POS pos, long offset) throws JWNLException
JWNLException
Query getPointerQuery(POS pos, long offset) throws JWNLException
JWNLException
Query getVerbFrameQuery(POS pos, long offset) throws JWNLException
JWNLException
Query getSynsetsQuery(POS pos) throws JWNLException
JWNLException
Query getExceptionQuery(POS pos, String derivation) throws JWNLException
JWNLException
Query getExceptionsQuery(POS pos) throws JWNLException
JWNLException
Copyright © 2015. All rights reserved.