Want to implement this in javascript.
#1
by
JoshuaJZ
- opened
I want to integrate ttstokenizer in javascript to feed a input to model. Is that available in js?
ttstokenizer is only available in Python. The project is open-source and available on GitHub - https://github.com/neuml/ttstokenizer. It wouldn't be simple but it's definitely possible to port it to JavaScript. Alternatively, you could consider wrapping the Python library as an API service.