NaturalNode / natural

general natural language facilities for node
MIT License
10.62k stars 860 forks source link

Detokenization not supported #231

Open farolfo opened 9 years ago

farolfo commented 9 years ago

As in another libraries, detokenization is a wanted feature like at https://opennlp.apache.org/documentation/1.5.3/manual/opennlp.html#tools.tokenizer.detokenizing.

Do you have plans on supporting this? Or a way we can help adding it?

kkoch986 commented 9 years ago

i dont think anyone is working on it actively, i'd be happy to help in any way if you wanted to work on it!

shyam-habarakada commented 7 years ago

Came across this issue while searching for openNLP within this repo. How does natural relate to the apache openNLP project and are there any considerations on whether this should leverage anything from the apache project efforts? Thanks.