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

review tokenizer algorithm #1

Open
allan-simon opened this issue Feb 15, 2014 · 0 comments
Open

review tokenizer algorithm #1

allan-simon opened this issue Feb 15, 2014 · 0 comments

Comments

@allan-simon
Copy link
Owner

right we're doing a simple greedy algo that does not look backward

instead we should do a

1 - try to get all possible tokenization

2 - apply on it filtering rules to remove impossible combination (based on a "impossible tokenization" rules fils ?)

3 - weight remaining tokenization using a weighting function (maybe 2 can be mixed with this step, admitting that 'impossible' stuff would get a very low score)

4 - keep the highest score (add a mechanical arm to the server to flip a coin for tokenization with same weight, you see I've thought about everything, smartass )

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