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

Remove regular-only implementation #36

Open
Yowgf opened this issue Dec 4, 2023 · 0 comments
Open

Remove regular-only implementation #36

Yowgf opened this issue Dec 4, 2023 · 0 comments

Comments

@Yowgf
Copy link
Collaborator

Yowgf commented Dec 4, 2023

The README documentation refers to the implementation that can generates a regular grammar for the text under analysis. Regular grammars are equivalent in power to a regular expression. It cannot, for instance, count balanced parenthesis pairs.

We should completely remove the regular-only implementation from the repository, and rename the context-sensitive implementation to become the "intuitive" one to use -- for anybody new to the repo, it should be the first one they want to use.

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

1 participant