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

Find and integrate a text tokenisation library. #7

Open
saurabhshri opened this issue Sep 30, 2017 · 2 comments
Open

Find and integrate a text tokenisation library. #7

saurabhshri opened this issue Sep 30, 2017 · 2 comments

Comments

@saurabhshri
Copy link
Owner

The current implementation of text tokenisation is pretty naive and doesn't cover all aspects. A nice tokenisation library should be able to generate all possible text tokens like currency, dates, numbers, symbols etc..

For example :

In 1996, 1996 people sent emails at someone @ example . com at 1:30 PM.

In nineteen ninety six, one thousand nine hundred and ninety six people sent emails at someone at example dot com at one thirty p m

and all the alternative versions.

The library needs to be integrated in subtitle parser (srtparser.h).

@nshmyrev
Copy link

https://github.com/google/sparrowhawk

@saurabhshri
Copy link
Owner Author

@nshmyrev Thanks! That looks really nice! :)

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

2 participants