Recurrent Neural Network Language Model (RNNLM) Morphological Analysis Task

Revision as of 17:07, 1 June 2024 by Gmelli (talk | contribs) (Text replacement - " [[" to " [[")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A Recurrent Neural Network Language Model (RNNLM) Morphological Analysis Task is a Morphological Analysis Task that is based on the Recurrent Neural Network Language Model.



References

2015

1. Look up the string of the input sentence using a dictionary.
2. Make a word lattice.
3. Search for the path with the highest score from the lattice.