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

suggest the more similar ATP given a name #1

Closed
jonaprieto opened this issue Aug 17, 2016 · 2 comments
Closed

suggest the more similar ATP given a name #1

jonaprieto opened this issue Aug 17, 2016 · 2 comments
Assignees

Comments

@jonaprieto
Copy link
Owner

The common user may not know the correct spelling of the atp.
The method can have the type:

suggestSystemATPs :: String -> [SystemATPs]

> suggestSystemATP "ampire"
["online-vampire", "online-vampire2", "online-fampire"]

The method must resolve the list even if the string given by the user doesn't have the prefix "online-".

@jonaprieto
Copy link
Owner Author

I would like to use the something similar like:
https://hackage.haskell.org/package/edit-distance-0.2.2.1/docs/Text-EditDistance.html

@jonaprieto jonaprieto self-assigned this Jan 21, 2017
@jonaprieto
Copy link
Owner Author

I changed my mind, the user should know exactly the convention for the atp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant