GitHub user fhieber opened a pull request:
https://github.com/apache/incubator-joshua/pull/29
Added option to fire a dense language model oov indicator feature
from LanguageModelFF. By default it is turned off. To activate, specify
'-oov_feature' in the lm line in joshua.config.
This OOV feature is different from the OOV rules in Joshua grammars/phrase
tables. It indicates an OOV in the language model which typically has a much
larger vocabulary.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/fhieber/incubator-joshua lm_feature
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-joshua/pull/29.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #29
----
commit b3063a4674222a3419eac17e310b1d2cb693fbc8
Author: Felix Hieber <[email protected]>
Date: 2016-06-24T07:13:52Z
Added option to fire a dense language model oov indicator feature from
LanguageModelFF. By default it is turned off. To activate, specify
'-oov_feature' in the lm line in joshua.config
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---