What is the decoding method used in OpenNMT-py to decode the target text?
I learned about
- Language model
2)Acoustic model
3)Lexicon model
How to implement the lexicon model in OpenNMT-py?
What is the decoding method used in OpenNMT-py to decode the target text?
I learned about
How to implement the lexicon model in OpenNMT-py?
This is written in C++.
Any other which is written in python?