Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Few Words removed and edited in the dictionary. #302

Closed
wants to merge 5 commits into from
Closed
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

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
/*
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.
*/
This lexical model is for Predictive Writing in the Burushaski Language latin script. */

const source: LexicalModelSource = {
format: 'trie-1.0',
wordBreaker: 'default',
sources: ['wordlist.tsv'],
sources: ['wordlist.tsv'],,
languageUsesCasing: true
};
export default source;
export default source;
12 changes: 2 additions & 10 deletions release/burushos/burushos.bsk-latn.burushaski/source/wordlist.tsv
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
c̣ 700
ć 600
ġ 600
ṭ 700
ḍ 700
ś 600
ṣ 700
ṅ 600
ka 503
ka 503
un 360
ja 356
go 345
Expand Down Expand Up @@ -2727,4 +2719,4 @@ aichu 1
aichayam 1
adap 1
aaġayini 1
aaġainćum 1
aaġainćum 1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Package>
<System>
<KeymanDeveloperVersion>17.0.328.0</KeymanDeveloperVersion>
<KeymanDeveloperVersion>17.0.332.0</KeymanDeveloperVersion>
<FileVersion>12.0</FileVersion>
</System>
<Options>
Expand Down Expand Up @@ -53,6 +53,7 @@
<LexicalModel>
<Name>burushaski</Name>
<ID>burushos.bsk.burushaski</ID>
<RTL>True</RTL>
<Languages>
<Language ID="bsk">Burushaski</Language>
</Languages>
Expand Down