mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
chore: address review comments
This commit is contained in:
parent
ac7c682ea9
commit
47518b776c
1 changed files with 14 additions and 14 deletions
|
|
@ -50,20 +50,20 @@ a lexical model package through other mechanisms:
|
|||
|
||||
### Step 1) Share the lexical model package file
|
||||
|
||||
Once the lexical model package .kmp file is created, you can share them
|
||||
via external storage devices (USB drive, SD card, etc). If that is not
|
||||
an option, you can upload the .kmp file to a public facing website. For
|
||||
this example, the lexical model package for SENĆOŦEN is being uploaded:
|
||||
Once the lexical model package .model.kmp file is created, you can share them
|
||||
via external storage devices (USB drive, SD card, etc). If that is not an
|
||||
option, you can upload the .model.kmp file to a public facing website. For this
|
||||
example, the lexical model package for SENĆOŦEN is being uploaded:
|
||||
|
||||
1. nrc.str.sencoten.model.kmp (the lexical model package .kmp file)
|
||||
1. nrc.str.sencoten.model.kmp (the lexical model package .model.kmp file)
|
||||
|
||||
### Step 2) Create a link to the KMP file
|
||||
### Step 2) Create a link to the lexical model KMP file
|
||||
|
||||
Once all the files have been uploaded, you will need to provide a link
|
||||
to the lexical model package .kmp file for your device to download and
|
||||
install. This can either be a link on a web page, or a link in an email.
|
||||
In this tutorial, a very simple .html web page with a link to the
|
||||
nrc.str.sencoten.kmp file is created:
|
||||
Once all the files have been uploaded, you will need to provide a link to the
|
||||
lexical model package .model.kmp file for your device to download and install.
|
||||
This can either be a link on a web page, or a link in an email. In this
|
||||
tutorial, a very simple .html web page with a link to the
|
||||
nrc.str.sencoten.model.kmp file is created:
|
||||
|
||||
```html
|
||||
<html>
|
||||
|
|
@ -77,6 +77,6 @@ nrc.str.sencoten.kmp file is created:
|
|||
|
||||
The link must be in the format `http://` or `https://`
|
||||
|
||||
Upload the web page to your public facing website. Once done, you can
|
||||
install the lexical model package onto your mobile devices by
|
||||
downloading the .kmp from your device's internet browser.
|
||||
Upload the web page to your public facing website. Once done, you can install
|
||||
the lexical model package onto your mobile devices by downloading the .model.kmp
|
||||
from your device's internet browser.
|
||||
Loading…
Add table
Reference in a new issue