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

First version of the tokenizer #1

Merged
merged 17 commits into from
Sep 27, 2015
Merged

First version of the tokenizer #1

merged 17 commits into from
Sep 27, 2015

Conversation

arsduo
Copy link
Owner

@arsduo arsduo commented Sep 27, 2015

This PR implements the first version of the tokenizer! It can take in texts and split them apart into words, each containing punctuation and sentence flow information.

While the tokenizer has several important gaps (as described in the readme) but should be sufficient to integrate into Markovian's text parsing without any loss of functionality. The Markov text can then start incorporating punctuation and sentence start/end data at the same time as the gaps in Tokeneyes get fixed.

@arsduo arsduo force-pushed the first-go branch 2 times, most recently from 7425d0a to 187fd92 Compare September 27, 2015 18:00
arsduo added a commit that referenced this pull request Sep 27, 2015
First version of the tokenizer
@arsduo arsduo merged commit 36e5bf8 into master Sep 27, 2015
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

Successfully merging this pull request may close these issues.

1 participant