I'm not sure what your thoughts are for getting more detailed morphology into the db. I don't know what a good way to store it is but json objects work pretty well outside the db.
For ages I just haven't felt like writing anything that actually parses those CCAT codes but today I just hacked something together and it came out reasonable decent: https://github.com/jcuenod/lxxparse (but it's in node).
Update: the above is not an issue so here's the reason I posted this:
Do you want to make an effort to store this better or not?
What are your thoughts on storage?
json strings?
table columns?
both of those seems like dumb ideas... (I prefer the first though)
I'm not sure what your thoughts are for getting more detailed morphology into the db. I don't know what a good way to store it is but json objects work pretty well outside the db.
For ages I just haven't felt like writing anything that actually parses those CCAT codes but today I just hacked something together and it came out reasonable decent: https://github.com/jcuenod/lxxparse (but it's in node).
Update: the above is not an issue so here's the reason I posted this: