Fields wCnt and lexId
Opened this issue · 3 comments
vaskonov commented
Can you please explain the meaning of the fields: lexId and wCnt?
morungos commented
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 numberlex_id
is not parsed out from hexadecimal, and it very likely should be -- I'll look into this
vaskonov commented
Thank you for explanation!
I wonder if you implemented tagsense_cnt field?
morungos commented
There is some code for that, as tagsenseCnt
, but I haven't yet tested to see whether it's exposed right.