-
Notifications
You must be signed in to change notification settings - Fork 9
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 #86 from dlyongemallo/master
version 2020.08.08b (531)
- Loading branch information
Showing
6 changed files
with
50 additions
and
7 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
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,33 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
/* | ||
** Copyright (C) 2020 De'vID jonpIn (David Yonge-Mallo) | ||
** | ||
** Licensed under the Apache License, Version 2.0 (the "License"); | ||
** you may not use this file except in compliance with the License. | ||
** You may obtain a copy of the License at | ||
** | ||
** http://www.apache.org/licenses/LICENSE-2.0 | ||
** | ||
** Unless required by applicable law or agreed to in writing, software | ||
** distributed under the License is distributed on an "AS IS" BASIS, | ||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
** See the License for the specific language governing permissions and | ||
** limitations under the License. | ||
*/ | ||
--> | ||
<resources> | ||
<!-- Entry parts of speech and attributes. --> | ||
<!-- Disabled for now as it looks strange when Chinese parts of speech are | ||
embedded inside English notes. | ||
<string name="pos_noun">名詞</string> | ||
<string name="pos_number">數字</string> | ||
<string name="pos_name">名稱</string> | ||
<string name="pos_pronoun">代詞</string> | ||
<string name="pos_verb">動詞</string> | ||
<string name="pos_adv">狀語</string> | ||
<string name="pos_conj">連詞</string> | ||
<string name="pos_ques">問題</string> | ||
<string name="pos_excl">嘆詞</string> | ||
--> | ||
</resources> |
Submodule data
updated
37 files
+1 −1 | EXTRA | |
+10 −1 | README.md | |
+1 −1 | VERSION | |
+2 −2 | call_google_translate.py | |
+2 −2 | commit_submissions.py | |
+64 −40 | generate_db.sh | |
+135 −348 | mem-01-b.xml | |
+18 −101 | mem-02-ch.xml | |
+7 −169 | mem-03-D.xml | |
+17 −19 | mem-04-gh.xml | |
+21 −224 | mem-05-H.xml | |
+10 −51 | mem-06-j.xml | |
+23 −101 | mem-07-l.xml | |
+16 −212 | mem-08-m.xml | |
+6 −132 | mem-09-n.xml | |
+14 −17 | mem-10-ng.xml | |
+15 −135 | mem-11-p.xml | |
+21 −300 | mem-12-q.xml | |
+143 −183 | mem-13-Q.xml | |
+60 −21 | mem-14-r.xml | |
+207 −205 | mem-15-S.xml | |
+14 −193 | mem-16-t.xml | |
+1 −42 | mem-17-tlh.xml | |
+52 −108 | mem-18-v.xml | |
+9 −9 | mem-19-w.xml | |
+6 −234 | mem-20-y.xml | |
+130 −130 | mem-22-e.xml | |
+0 −39 | mem-23-I.xml | |
+8 −8 | mem-24-o.xml | |
+2 −2 | mem-25-u.xml | |
+12 −518 | mem-27-extra.xml | |
+3,086 −0 | mem-28-examples.xml | |
+0 −0 | mem-29-footer.xml | |
+3 −3 | renumber.py | |
+0 −10 | unnumber.sh | |
+1 −1 | xml2json.py | |
+7 −2 | xml2sql.pl |
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,9 +1,7 @@ | ||
#!/bin/bash | ||
|
||
cd data | ||
./renumber.py | ||
./generate_db.sh --noninteractive | ||
cp qawHaq.db ../app/src/main/assets/ | ||
./unnumber.sh | ||
./stats.sh | ||
cd .. |