Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions release/sil/sil.kbl.lexique/HISTORY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Lexique Kanembu Change History
====================

1.0 (2025-12-16)
----------------
* Created by SIL Tchad
21 changes: 21 additions & 0 deletions release/sil/sil.kbl.lexique/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright © 2025 SIL Tchad

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
20 changes: 20 additions & 0 deletions release/sil/sil.kbl.lexique/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Lexique Kanembu lexical model
===================

Description
-----------
Lexical model for the Kanembu language of Chad

Copyright
---------
See [LICENSE.md](LICENSE.md)

Supported Platforms
-------------------
* iPhone
* iPad
* Android phone
* Android tablet
* Mobile devices
* Tablet devices

9 changes: 9 additions & 0 deletions release/sil/sil.kbl.lexique/sil.kbl.lexique.kpj
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<KeymanDeveloperProject>
<Options>
<Version>2.0</Version>
<CompilerWarningsAsErrors>True</CompilerWarningsAsErrors>
<CheckFilenameConventions>True</CheckFilenameConventions>
<ProjectType>lexicalmodel</ProjectType>
</Options>
</KeymanDeveloperProject>
22 changes: 22 additions & 0 deletions release/sil/sil.kbl.lexique/source/readme.htm
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Lexique Kanembu</title>
<style type="text/css">
p { font: 10pt Tahoma; }
h1 { font: bold 16pt Tahoma; color: #4444cc; margin-bottom: 2px }
h2 { font: bold 12pt Tahoma; color: #4444cc; }
</style>
</head>
<body>

<h1>Lexique Kanembu</h1>

<p>Ce lexique permet de pr&eacute;dire et de sugg&eacute;rer des mots en langue Kanembu.</p>

<p>Copyright © SIL Tchad</p>

</body>
</html>
62 changes: 62 additions & 0 deletions release/sil/sil.kbl.lexique/source/sil.kbl.lexique.model.kps
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<?xml version="1.0" encoding="utf-8"?>
<Package>
<System>
<KeymanDeveloperVersion>18.0.245.0</KeymanDeveloperVersion>
<FileVersion>12.0</FileVersion>
</System>
<Options>
<ExecuteProgram></ExecuteProgram>
<ReadMeFile>readme.htm</ReadMeFile>
<LicenseFile>..\LICENSE.md</LicenseFile>
<WelcomeFile>welcome.htm</WelcomeFile>
<MSIFileName></MSIFileName>
<MSIOptions></MSIOptions>
</Options>
<StartMenu>
<Folder></Folder>
<Items/>
</StartMenu>
<Info>
<Name URL="">Kanembu</Name>
<Copyright URL="">Copyright © SIL Tchad</Copyright>
<Author URL="">SIL Tchad</Author>
<Version URL="">1.0</Version>
<Description URL="">Lexical model for the Kanembu language of Chad</Description>
</Info>
<Files>
<File>
<Name>..\build\sil.kbl.lexique.model.js</Name>
<Description></Description>
<CopyLocation>0</CopyLocation>
<FileType>.js</FileType>
</File>
<File>
<Name>welcome.htm</Name>
<Description></Description>
<CopyLocation>0</CopyLocation>
<FileType>.htm</FileType>
</File>
<File>
<Name>readme.htm</Name>
<Description></Description>
<CopyLocation>0</CopyLocation>
<FileType>.htm</FileType>
</File>
<File>
<Name>..\LICENSE.md</Name>
<Description></Description>
<CopyLocation>0</CopyLocation>
<FileType>.md</FileType>
</File>
</Files>
<Keyboards/>
<LexicalModels>
<LexicalModel>
<ID>sil.kbl.lexique</ID>
<Languages>
<Language ID="kbl">Kanembu</Language>
</Languages>
</LexicalModel>
</LexicalModels>
<Strings/>
</Package>
18 changes: 18 additions & 0 deletions release/sil/sil.kbl.lexique/source/sil.kbl.lexique.model.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/*
Kanembu

Lexical data from Simon Neuhaus
*/

const source: LexicalModelSource = {
format: 'trie-1.0',
wordBreaker: 'default',
sources: ['wordlist_kbl.tsv'],,
languageUsesCasing: true,
punctuation: {
quotesForKeepSuggestion: {
open: "\u00AB",
close: "\u00BB"
}
}};
export default source;
24 changes: 24 additions & 0 deletions release/sil/sil.kbl.lexique/source/welcome.htm
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Start Using Kanembu</title>
<style type="text/css">
p { font: 10pt Tahoma; }
h1 { font: bold 16pt Tahoma; color: #4444cc; margin-bottom: 2px }
h2 { font: bold 12pt Tahoma; color: #4444cc; }
</style>
</head>
<body>

<<h1>Commencer avec le lexique Kanembu</h1>

<p>Vous pouvez simplement commencer &agrave; taper un mot en langue Kanembu sur le clavier pr&eacute;sent&eacute;.
Les mots les plus probables (tir&eacute;s du dictionnaire) seront affich&eacute;s en haut du clavier.
S&eacute;lectionnez le mot souhait&eacute; d&egrave;s qu&rsquo;il appara&icirc;t.</p>

<p>Copyright © SIL Tchad</p>

</body>
</html>
Loading