java - Get a large collection of Nouns from WordNet -


i want retrieve list of around 5000 nouns wordnet randomly.i came across jaws(java api wordnet searching). couldnt't find efficient way out so. possible jaws?

i saw question. uses sql version. want results through api.

how can proceed further on problem? please help.

you can use rita (http://www.rednoise.org/rita/wordnet/documentation/) this. have

getrandomwords(pos, count)

method: http://www.rednoise.org/rita/wordnet/documentation/riwordnet_method_getrandomwords.htm

just use

string[] randomnouns =  wordnet.getrandomwords("n", 5000); 

Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -