-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Werkov edited this page Jun 15, 2012
·
36 revisions
Welcome to the Completion wiki!
##Links
- SRI LM docs
- Python and SRI LM
-
IRSTLM manual
- Section 5 describes handling OOV (out of vocabulary words ~ words unseen when training) using "dictionary upper bound size" parameter
-
http://ufal.mff.cuni.cz/~popel/papers/2010_tsd.pdf
- Section 5.3 describes also OOV handling in linear interpolation setting
-
Application of word prediction and disambiguation to improve text entry for people with physical disabilities (assistive technology)
- Initial article for the project, my notes
- http://en.wikipedia.org/wiki/Word_completion
- http://en.wikipedia.org/wiki/Predictive_text (KSPC = Keystrokes per character)
- http://en.wikipedia.org/wiki/Word_prediction
- http://en.wikipedia.org/wiki/Adaptxt
-
The effects of word completion and word prediction on typing rates using on-screen keyboards.
- (AAC = Augmentative and Alternative Communication), no access
-
Trnka. The Effects of Word Prediction on Communication Rate for AAC
- official reference, my notes
- longer version http://turing.bard.edu/~thomas/AAC/Papers/UserInteractionWithWordPrediction.pdf
- Upper bound for entropy of English
- http://www.naturallanguage.es/en/uploads/publications/TRO-EUROSP05.pdf
- http://xkcd.com/1068/
- Android input methods
- Factored Language Models and Generalized Parallel Backoff
- Factored Language Models Tutorial
- Abbreviated Text Input Using Language Modeling
- [[An Empirical Study of Smoothing Techniques for Language Modeling|http://acl.ldc.upenn.edu/P/P96/P96-1041.pdf]]