Skip to content

Commit

Permalink
Merge pull request #295 from quwatsunny/master
Browse files Browse the repository at this point in the history
[burusho.bsk-latn.burushaski] new lexical model for Burushaski Latin
  • Loading branch information
DavidLRowe authored Jan 27, 2025
2 parents 6f1b752 + f9b482b commit d614ef6
Show file tree
Hide file tree
Showing 10 changed files with 2,926 additions and 0 deletions.
6 changes: 6 additions & 0 deletions release/burushos/burusho.bsk-latn.burushaski/HISTORY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Burushaski Change History
====================

1.0 (2025-01-23)
----------------
* Created by Burusho
21 changes: 21 additions & 0 deletions release/burushos/burusho.bsk-latn.burushaski/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright © 2025 Burusho

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.
23 changes: 23 additions & 0 deletions release/burushos/burusho.bsk-latn.burushaski/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Burushaski lexical model
===================

Description
-----------
This is lexical model for Burushaski Latin Script.

Links
-----

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

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<KeymanDeveloperProject>
<Options>
<Version>2.0</Version>
<CompilerWarningsAsErrors>True</CompilerWarningsAsErrors>
<CheckFilenameConventions>True</CheckFilenameConventions>
<SkipMetadataFiles>True</SkipMetadataFiles>
<ProjectType>lexicalmodel</ProjectType>
</Options>
</KeymanDeveloperProject>
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"license": "mit",
"languages": [
"bsk-Latn"
],
"description": "This is lexical model for Burushaski Latin Script. "
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<?xml version="1.0" encoding="utf-8"?>
<Package>
<System>
<KeymanDeveloperVersion>17.0.332.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="">Burushaski</Name>
<Copyright URL="">Copyright © Burusho</Copyright>
<Author URL="">Burusho</Author>
<Version URL=""></Version>
<Description URL="">This is lexical model for Burushaski Latin Script.</Description>
</Info>
<Files>
<File>
<Name>..\build\burusho.bsk-latn.burushaski.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>
<Name>Burushaski</Name>
<ID>burusho.bsk-latn.burushaski</ID>
<Languages>
<Language ID="bsk-Latn">Burushaski</Language>
</Languages>
</LexicalModel>
</LexicalModels>
<Strings/>
</Package>
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
Burushaski 1.0
This is a minimal lexical model source that uses a tab delimited wordlist.
See documentation online at https://help.keyman.com/developer/ for
additional parameters.
*/

const source: LexicalModelSource = {
format: 'trie-1.0',
wordBreaker: 'default',
sources: ['wordlist.tsv'],
};
export default source;
24 changes: 24 additions & 0 deletions release/burushos/burusho.bsk-latn.burushaski/source/readme.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>Burushaski</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>Burushaski</h1>

<p>
This is lexical model for Burushaski Latin Script.
</p>

<p>Copyright © Burusho</p>

</body>
</html>
28 changes: 28 additions & 0 deletions release/burushos/burusho.bsk-latn.burushaski/source/welcome.htm
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Start Using Burushaski</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>Start Using Burushaski</h1>

<p>
This is lexical model for Burushaski Latin Script.
</p>

<h1>Wordlist Model Documentation</h1>

<!-- Insert HTML documentation here -->

<p>Copyright © Burusho</p>

</body>
</html>
Loading

0 comments on commit d614ef6

Please sign in to comment.