apertium-python icon indicating copy to clipboard operation
apertium-python copied to clipboard

More seamless path

Open sushain97 opened this issue 6 years ago • 10 comments

  • [x] Let's rename from pairs_path to just path. 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(...) or apertium.path = .... Not an unintuitive append_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

sushain97 avatar May 25 '18 07:05 sushain97