deepcorrect icon indicating copy to clipboard operation
deepcorrect copied to clipboard

Node version?

Open pietrop opened this issue 5 years ago • 2 comments

Hello, This is great! Any chance there could be a node version?

Happy to help writing python into node js if there are no obvious limitations or blockers, and with some guidance on what to look out for.

pietrop avatar Dec 05 '19 01:12 pietrop

Porting all the numpy preprocessing to node might not be possible. (My experience with node is beginner level at best). Easiest way would be to host this as a micro service.

Even if we use tf serving, https://github.com/bedapudi6788/txt2txt/blob/master/txt2txt/txt2txt.py lot of functions from this needs to be ported.

bedapudi6788 avatar Dec 07 '19 08:12 bedapudi6788

ok, thanks, for now I am using the time of the space character in the results, to break when the duration between words is over 1 seconds, and seems to be ok. Altho not as good as actual punctuation.

pietrop avatar Dec 07 '19 10:12 pietrop