orenfromberg / lxxproject

generating a sqlite database with entries in the original greek from freely available resources on the web.
4 stars 3 forks source link

Morphology #9

Open jcuenod opened 7 years ago

jcuenod commented 7 years ago

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:

  1. Do you want to make an effort to store this better or not?
  2. What are your thoughts on storage?
    • json strings?
    • table columns?
    • both of those seems like dumb ideas... (I prefer the first though)