From Fedora Project Wiki

No edit summary
m (s/yum/dnf/)
(4 intermediate revisions by 2 users not shown)
Line 4: Line 4:
Follow up to the steps in [[QA:Testcase i18n input method setup]] to configure the input method on the desktop in general.
Follow up to the steps in [[QA:Testcase i18n input method setup]] to configure the input method on the desktop in general.
# Install ibus typing booster using following command
# Install ibus typing booster using following command
#:<pre>yum install ibus-typing-booster</pre>
#:<pre>dnf install ibus-typing-booster</pre>
#:<pre>yum install pyhunspell</pre> (this is optional, but if pyhunspell is installed as well, one will not only get completions but also spelling corrections
#:<pre>dnf install python3-enchant</pre>
# Add some input sources which have '''(Hunspell)''' in the name. If there are no such input sources in the list, run the following command and restart the desktop.
#:<pre>dnf install pyhunspell-python3</pre>
#:<pre>gsettings set org.gnome.desktop.input-sources show-all-sources true</pre>
#:(Installing python3-enchant and pyhunspell-python3 is optional, but at least one of these is installed, one will not only get completions but also spelling corrections. If both are installed, python3-enchant is preferred)
# Add some input sources which have '''(Hunspell)''' in the name.
|actions=
|actions=
# To commit the words you can use space key.  
# To commit the words you can use space key.  
Line 13: Line 14:
# Try engines for different languages, especially interesting are languages where the native keyboard inputs non-ASCII characters (for example Russian, Greek)
# Try engines for different languages, especially interesting are languages where the native keyboard inputs non-ASCII characters (for example Russian, Greek)
|results=
|results=
# New words are getting added after commit  
# New words are getting added to the user database after commit, therefore one should notice that the system becomes more intelligent while typing because it remembers which words appear in which context
# Frequencies of the words are getting updated.
# To speed up the learning process, one can use the ibus-typing-booster setup tool to read some text files
}}
}}


[[Category:Package_ibus-typing-booster_test_cases]]
[[Category:Package_ibus-typing-booster_test_cases]]
[[Category:I18n_Desktop]]
[[Category:I18n_Desktop]]

Revision as of 18:18, 18 April 2016

Description

This is a test case to check ibus typing booster is working as expected.

Setup

Follow up to the steps in QA:Testcase i18n input method setup to configure the input method on the desktop in general.

  1. Install ibus typing booster using following command
    dnf install ibus-typing-booster
    dnf install python3-enchant
    dnf install pyhunspell-python3
    (Installing python3-enchant and pyhunspell-python3 is optional, but at least one of these is installed, one will not only get completions but also spelling corrections. If both are installed, python3-enchant is preferred)
  2. Add some input sources which have (Hunspell) in the name.

How to test

  1. To commit the words you can use space key.
  2. To install dictionaries of your language use ibus-typing-boosters preferences window
  3. Try engines for different languages, especially interesting are languages where the native keyboard inputs non-ASCII characters (for example Russian, Greek)

Expected Results

  1. New words are getting added to the user database after commit, therefore one should notice that the system becomes more intelligent while typing because it remembers which words appear in which context
  2. To speed up the learning process, one can use the ibus-typing-booster setup tool to read some text files