morungos/wordnet

Fields wCnt and lexId

Opened this issue · 3 comments

Can you please explain the meaning of the fields: lexId and wCnt?

Mostly, I've exposed the raw underlying database information, so the best reference is: https://wordnet.princeton.edu/wordnet/man/wndb.5WN.html. However, a couple of caveats:

  • wCnt is parsed from hexadecimal to a JS number
  • lex_idis not parsed out from hexadecimal, and it very likely should be -- I'll look into this

Thank you for explanation!
I wonder if you implemented tagsense_cnt field?

There is some code for that, as tagsenseCnt, but I haven't yet tested to see whether it's exposed right.