Gnurou / tagainijisho

A free Japanese dictionary and learning assistant
http://www.tagaini.net
GNU General Public License v3.0
362 stars 51 forks source link

"Part of speech" vocabulary filter is broken #176

Closed krofna closed 3 years ago

krofna commented 8 years ago

e.g. if you select v2g-s tag you get 3425 words, most of which do not have that tag at all

Gnurou commented 8 years ago

I'm aware of this issue. This is because the number of parts of speech exceeded the size of the bit-field I was using to encode then (64-bits), so some of them are now broken. I need to add more fields to the database to fix this. Thanks for reporting!

Gnurou commented 3 years ago

Forgot to update this issue but it has been fixed by switching to using as many fields as needed to store the POS. POS lookups should now work as expected.