Recurrent Neural Network Language Modeling Toolkit
Neural network based language models are nowdays among the most successful techniques for statistical language modeling. They can be easily applied in wide range of tasks, including automatic speech recognition and machine translation, and provide significant improvements over classic backoff n-gram models.
Neural network based language models are nowdays among the most successful techniques for statistical language modeling. They can be easily applied in wide range of tasks, including automatic speech recognition and machine translation, and provide significant improvements over classic backoff n-gram models.
To install rnnlm, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rnnlm
To see what files were installed by rnnlm, run:
port contents rnnlm
To later upgrade rnnlm, run:
sudo port selfupdate && sudo port upgrade rnnlm
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.