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

Feat/unilex #71

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
5 changes: 5 additions & 0 deletions release/unilex/unilex.aai.unilex/HISTORY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Version History

## 1.0.0

* Initial release
5 changes: 5 additions & 0 deletions release/unilex/unilex.aai.unilex/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Unilex aai Lexical Model
----------------------

This is built directly from Unicode.org unilex data at
https://github.com/unicode-org/unilex
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<Package>
<System>
<KeymanDeveloperVersion>13.0.101.0</KeymanDeveloperVersion>
<FileVersion>12.0</FileVersion>
</System>
<Options>
</Options>
<Info>
<Name URL="">Unilex aai Lexical Model</Name>
<Copyright URL="">© 2019 Unicode.org and contributors</Copyright>
<Author URL=""></Author>
<Version>1.0.0</Version>
</Info>
<Files>
<File>
<Name>..\build\unilex.aai.unilex.model.js</Name>
<Description>Lexical model unilex.aai.unilex.model.js</Description>
<CopyLocation>0</CopyLocation>
<FileType>.model.js</FileType>
</File>
</Files>
<LexicalModels>
<LexicalModel>
<Name>unilex aai dictionary</Name>
<ID>unilex.aai.unilex</ID>
<Languages>
<Language ID="aai">aai</Language>
</Languages>
</LexicalModel>
</LexicalModels>
</Package>
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
const source: LexicalModelSource = {
format: 'trie-1.0',
wordBreaker: 'default',
sources: ['wordlist.tsv']
};

export default source;
Loading