Interface DatabaseManager
- All Known Implementing Classes:
DatabaseManagerImpl
,SenseAndUsageDatabaseManager
public interface DatabaseManager
-
Method Summary
Modifier and TypeMethodDescriptiongetExceptionQuery
(POS pos, String derivation) getExceptionsQuery
(POS pos) getIndexWordLemmasQuery
(POS pos, String substring) getIndexWordSynsetsQuery
(POS pos, String lemma) getPointerQuery
(POS pos, long offset) getSynsetQuery
(POS pos, long offset) getSynsetsQuery
(POS pos) getSynsetWordQuery
(POS pos, long offset) getVerbFrameQuery
(POS pos, long offset)
-
Method Details
-
getIndexWordSynsetsQuery
- Throws:
JWNLException
-
getIndexWordLemmasQuery
- Throws:
JWNLException
-
getIndexWordLemmasQuery
- Throws:
JWNLException
-
getRandomIndexWordQuery
- Throws:
JWNLException
-
getSynsetQuery
- Throws:
JWNLException
-
getSynsetWordQuery
- Throws:
JWNLException
-
getPointerQuery
- Throws:
JWNLException
-
getVerbFrameQuery
- Throws:
JWNLException
-
getSynsetsQuery
- Throws:
JWNLException
-
getExceptionQuery
- Throws:
JWNLException
-
getExceptionsQuery
- Throws:
JWNLException
-