apertium-python
apertium-python copied to clipboard
More seamless path
- [x] Let's rename from
pairs_path
to justpath
. There don't need to be only pairs under it, there can be language modules as well. - [ ] I should be able to adjust it like
apertium.path.extend(...)
orapertium.path = ...
. Not an unintuitiveappend_pairs_path
function. The module should keep track of what path it used for its last search and if it's different from the current one, re-search the path before checking for a mode. - [ ] tests for the above
- [ ] update README