WordNet (JWI MIT): How to find words with a specific alphabet / phrase?

How can I find a list of words starting with a specific alphabet or specific phrase using the JWI MIT interface ( http://projects.csail.mit.edu/jwi/ ) from the WordNet API ( http://wordnet.princeton.edu/ ) . Any idea how to achieve this?

+4
source share
1 answer

JWI does not provide anything like this, but you can always use Full Text Search methods to achieve this functionality. There are many libraries that provide indexing and text search functions.

Lucene SqlLite Dot.Net # , Java .

Apache Lucene

SqlLite

+2

All Articles