Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move some functions from the scripts in Bosque-UD to this library #7

Open
fcbr opened this issue Dec 28, 2016 · 1 comment
Open

move some functions from the scripts in Bosque-UD to this library #7

fcbr opened this issue Dec 28, 2016 · 1 comment

Comments

@fcbr
Copy link
Contributor

fcbr commented Dec 28, 2016

A number of useful methods written for the scripts to fix the issues in Bosque-UD can be imported to this library. Things like isolated?, add-feature, remove-feature, search-features, etc. They should be adapted for the general case and added here.

Optionally (and maybe this is a larger issue) we also started a very simple query language, implemented by the method t? in the scripts that can be finalized and imported here as well. This one, however, needs a better implementation as it is extremely simple, just enough functionality to handle the requirements of those scripts.

Recommend looking at the latest scripts (by date) to see the more fully featured versions of those methods.

@arademaker
Copy link
Contributor

this is a botton-up approach for the library instead of thinking first in the user language for the rules. But I agree that I should start to move these reused functions to the lib.

@arademaker arademaker changed the title Move some functions from the scripts in Bosque-UD to this library move some functions from the scripts in Bosque-UD to this library Feb 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants