-
Notifications
You must be signed in to change notification settings - Fork 420
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update Makefile and Xcode project to use current data files.
- Loading branch information
Showing
11 changed files
with
398 additions
and
221 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
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 @@ | ||
#! /bin/bash | ||
git submodule update --init | ||
make deps && make && sudo make install |
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
Large diffs are not rendered by default.
Oops, something went wrong.
Submodule brise
updated
from 0959fd to 3a17da
Binary file not shown.
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,22 @@ | ||
{ | ||
"name": "Simplified Chinese to Traditional Chinese", | ||
"segmentation": { | ||
"type": "mmseg", | ||
"dict": { | ||
"type": "ocd", | ||
"file": "STPhrases.ocd" | ||
} | ||
}, | ||
"conversion_chain": [{ | ||
"dict": { | ||
"type": "group", | ||
"dicts": [{ | ||
"type": "ocd", | ||
"file": "STPhrases.ocd" | ||
}, { | ||
"type": "ocd", | ||
"file": "STCharacters.ocd" | ||
}] | ||
} | ||
}] | ||
} |
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,16 @@ | ||
{ | ||
"name": "Traditional Chinese to Traditional Chinese (Hong Kong standard)", | ||
"segmentation": { | ||
"type": "mmseg", | ||
"dict": { | ||
"type": "ocd", | ||
"file": "HKVariants.ocd" | ||
} | ||
}, | ||
"conversion_chain": [{ | ||
"dict": { | ||
"type": "ocd", | ||
"file": "HKVariants.ocd" | ||
} | ||
}] | ||
} |