-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from windchime-yk/add-example
Add example
- Loading branch information
Showing
12 changed files
with
75 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.DS_Store | ||
coverage/ | ||
bid_output/ | ||
bid_output_archive.zip | ||
/coverage/ | ||
/bid_output | ||
/bid_output_archive.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
type,word,reading,isSuppress,isSuggest,description | ||
人名,Ryan Dahl,らいあんだーる,NO,NO,Node.jsやDenoの生みの親 | ||
人名,Brendan Eich,ぶれんだんあいく,NO,NO,JavaScriptの生みの親 | ||
人名,Linus Benedict Torvalds,りーなすべねでぃくととーばるず,NO,YES,Linuxカーネルの生みの親 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"$schema": "https://cdn.jsdelivr.net/gh/windchime-yk/bid@v1.0.0/schema.json", | ||
"dictionaries": [ | ||
{ | ||
"type": "人名", | ||
"word": "Ryan Dahl", | ||
"reading": "らいあんだーる", | ||
"isSuppress": "NO", | ||
"isSuggest": "NO", | ||
"description": "Node.jsやDenoの生みの親" | ||
}, | ||
{ | ||
"type": "人名", | ||
"word": "Brendan Eich", | ||
"reading": "ぶれんだんあいく", | ||
"isSuppress": "NO", | ||
"isSuggest": "NO", | ||
"description": "JavaScriptの生みの親" | ||
}, | ||
{ | ||
"type": "人名", | ||
"word": "Linus Benedict Torvalds", | ||
"reading": "りーなすべねでぃくととーばるず", | ||
"isSuppress": "NO", | ||
"isSuggest": "YES", | ||
"description": "Linuxカーネルの生みの親" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
らいあんだーる Ryan Dahl ja-JP | ||
ぶれんだんあいく Brendan Eich ja-JP | ||
りーなすべねでぃくととーばるず Linus Benedict Torvalds ja-JP |
3 changes: 3 additions & 0 deletions
3
example/output/bid_output/bid-example/bid-example-googleime.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
らいあんだーる Ryan Dahl 人名 | ||
ぶれんだんあいく Brendan Eich 人名 | ||
りーなすべねでぃくととーばるず Linus Benedict Torvalds サジェストのみ |
3 changes: 3 additions & 0 deletions
3
example/output/bid_output/bid-example/bid-example-macosime.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
らいあんだーる,Ryan Dahl,人名 | ||
ぶれんだんあいく,Brendan Eich,人名 | ||
りーなすべねでぃくととーばるず,Linus Benedict Torvalds,人名 |
Binary file not shown.
Binary file not shown.