Hello NLTK,
I've been using the wordnet interface for a few projects, and i'm hoping to use it to do some things with Senseval data, and i am wondering how one could extract the sense key number, i.e. something like skill%1:09:01:: for skill.n.01. Is there a simple method to do this? looking at the documentation i can't see anything, but perhaps i've glossed over something.
Thanks!
--Keith Stevens
FYI here's our high-level documentation for WordNet, which mentions sense keys:
http://nltk.googlecode.com/svn/trunk/doc/howto/wordnet.html
If you discover any gaps in this or other documentation, please report it at:
http://code.google.com/p/nltk/issues
-Steven Bird