jmsv / ety-python

A Python module to discover the etymology of words
http://ety-python.rtfd.io
MIT License
144 stars 18 forks source link

Consider using rel:is_derived_from relationships #44

Open jmsv opened 6 years ago

jmsv commented 6 years ago

Current data based on tsv rows with rel:etymology. The rel:is_derived_from relationship seems to be functionally similar

Using this extra data makes the source data much larger, and ety import is much slower. It could be made slightly quicker by generating separate files for the different languages and loading them only as required