ufal / neuralmonkey

An open-source tool for sequence learning in NLP built on TensorFlow.
BSD 3-Clause "New" or "Revised" License
410 stars 104 forks source link

T2t writer #763

Closed varisd closed 5 years ago

varisd commented 5 years ago

Included writer that performs an inverse operation (detokenization) of the t2t_reader

jindrahelcl commented 5 years ago

@jlibovicky: Proč je to writer a ne postprocessor?

" ".join(sentence) taky neni postprocesor.. Tady se místo tohohle algoritmu provádí trochu jinej.

varisd commented 5 years ago

Muzeme mergovat?

jindrahelcl commented 5 years ago

moment