interscript-maps 2.3.0 → 2.3.1a

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 73ee7bd0f92302a8534da56409afcea9e0c08f1645b9f40b7a100b02448c1ae6
4
- data.tar.gz: 789d6049ad59dc694d2d4051339e3500be11b9d1af9327b130c96d29f3d8b625
3
+ metadata.gz: 11717d434dfce906eb44e132b0f2976d48d76059c5d0e0d439238db089b05f6c
4
+ data.tar.gz: b2bed274b6de201a16aebf1e897a0cb147f2fd0da4bc2a2827c5f24dbf836d60
5
5
  SHA512:
6
- metadata.gz: ff801e6bf560173c2ec9be62bb548afc14c46f9402c66443fd93ba1c1e63637c8d1afccf82acf0c9d22912a65d5e3b872a091de9d574b87f925bb3da8362dfd1
7
- data.tar.gz: 71dcaa6597cca6848d370a216e40b301e91105d15895c90bc29332a2ce5f6090c56e04164e17083be79f143645b836f0342537e482af2e61af733db9f119c0fd
6
+ metadata.gz: 00edbf9d329c6faabc58669bef7f8869a7af4d854b766dfa33becc533427b5f4d4172213298be6d905c79fb85fb576dcb80fe6b7effce8176d2d65bf9abb3666
7
+ data.tar.gz: 6ebd08e14689cb3f604a7df4bee94ba106969126b199c14d0767ab8f61218d618f18672186114fb1e3c5b065f9ea95aa4bbfc2fac7cbc9ae32f29e67a58c39fd
@@ -1,4 +1,4 @@
1
- INTERSCRIPT_MAPS_VERSION="2.3.0"
1
+ INTERSCRIPT_MAPS_VERSION="2.3.1a"
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "interscript-maps"
@@ -32,6 +32,10 @@ rababa-configs:
32
32
  skip:
33
33
  Interscript::Compiler::Javascript:
34
34
  - var-ara-Arab-Arab-rababa
35
+ # It works for detection, but takes too much time and doesn't make sense for
36
+ # the main usecase of Detector
37
+ Interscript::Detector:
38
+ - var-ara-Arab-Arab-rababa
35
39
  # Windows currently fails tests for rababa
36
40
  mswin64:
37
41
  - var-ara-Arab-Arab-rababa
@@ -0,0 +1,74 @@
1
+ metadata {
2
+ authority_id: alalc
3
+ id: 2012
4
+ language: iso-639-2:div
5
+ source_script: Thaa
6
+ destination_script: Latn
7
+ name: Romanization Table -- Divehi (2012)
8
+ url: https://www.loc.gov/catdir/cpso/romanization/divehi.pdf
9
+ creation_date: 2012
10
+ description: |
11
+ ALA-Library of Congress Divehi Romanization 2012 System
12
+
13
+ notes:
14
+
15
+ - |
16
+ Romanize ށް as ḫ when it doubles the following consonant or is used as a glottal stop.
17
+ aḫvana އަށްވަނަ
18
+ maśaḫ މަށަށް
19
+ - |
20
+ When used in medial position without ް (sukūn), romanize ނ as ṁ.
21
+ aṁga އަނގަ
22
+ haṁdu ހަނދު
23
+ - |
24
+ Romanization of އ.
25
+ (a) When used in the initial position with any vowel sign, do not romanize.
26
+ ata އަތަ
27
+ idu އިދު
28
+ umuru އުމުރު
29
+ egahugi އެގަހުގި
30
+ (b) When used in the medial position with any vowel sign, romanize as ’.
31
+ ha’hūnu ހައިހޫނު
32
+ fa’isa ފައިސަ
33
+ k’īn ކްއީން
34
+ (c) When a consonant follows އް in medial position, double it in romanization.
35
+ cappalu ޗައްޕަލު
36
+ appacci އައްޕައްޗި
37
+ (d) When used in final position with ް (sukūn), romanize as h.
38
+ boh ބޮއް
39
+ biheh ބިހެއް
40
+ - |
41
+ Romanize ތް followed by another ތ as t̤ .
42
+ at̤teri އަތްތެރި
43
+ - |
44
+ Only the vowel forms that appear at the beginning of a syllable are listed.
45
+ When the vowels follow a consonant, އ is not used and the vowel signs are added to the consonant forms.
46
+ Do not distinguish between the two in romanization.
47
+ - |
48
+ ް (called sukūn) generally indicates omission of an inherent vowel associated with a consonant.
49
+ For its other uses, see Notes 1, 3, and 4.
50
+ }
51
+
52
+ tests {
53
+ test "މަށަށް", "maśaḫ"
54
+ test "އަނގަ", "aṁga"
55
+ test "ހަނދު", "haṁdu"
56
+ test "އަތަ", "ata"
57
+ test "އިދު", "idu"
58
+ test "އުމުރު", "umuru"
59
+ test "އެގަހުގި", "egahugi"
60
+ test "ފައިސަ", "faʼisa"
61
+ test "ބޮއް", "boh"
62
+ test "ބިހެއް", "biheh"
63
+ test "އަތްތެރި", "at̤teri"
64
+ test "ޗައްޕަލު", "cappalu"
65
+ test "އައްޕައްޗި", "appacci"
66
+ }
67
+
68
+ dependency "alalc-div-Thaa-Latn-1997", as: thaalatn
69
+
70
+ stage {
71
+
72
+ run map.thaalatn.stage.main
73
+
74
+ }
@@ -5,12 +5,11 @@ metadata {
5
5
  source_script: Geok
6
6
  destination_script: Latn
7
7
  name: Romanization Table -- Georgian Khutsuri (1997)
8
- url: https://www.loc.gov/catdir/cpso/romanization/georgian.pdf
8
+ url: http://catdir.loc.gov/catdir/cpso/romanization/georgian.pdf
9
9
  creation_date: 1997
10
10
  confirmation_date: 1997
11
11
  description: |
12
12
  Values are shown for the Khutsuri alphabet.
13
-
14
13
  notes:
15
14
  }
16
15
 
@@ -0,0 +1,31 @@
1
+ metadata {
2
+ authority_id: alalc
3
+ id: 2011
4
+ language: iso-639-2:kat
5
+ source_script: Geok
6
+ destination_script: Latn
7
+ name: Romanization Table -- Georgian Khutsuri (2011)
8
+ url: https://www.loc.gov/catdir/cpso/romanization/georgian.pdf
9
+ creation_date: 2011
10
+ confirmation_date: 2011
11
+ description: |
12
+ Values are shown for the Khutsuri alphabet.
13
+ notes:
14
+ }
15
+
16
+ tests {
17
+ test "ႼႨႢႬႨ", "CIGNI"
18
+ test "ⴜⴈⴂⴌⴈ", "cigni"
19
+ test "ႱႭႪႭႫႭႬ", "SOLOMON"
20
+ test "ⴑⴍⴊⴍⴋⴍⴌ", "solomon"
21
+ test "ႠႡႰႠჀႠႫ", "ABRAHAM"
22
+ }
23
+
24
+
25
+ dependency "alalc-kat-Geok-Latn-1997", as: geoklatn
26
+
27
+ stage {
28
+
29
+ run map.geoklatn.stage.main
30
+
31
+ }
@@ -5,13 +5,12 @@ metadata {
5
5
  source_script: Geor
6
6
  destination_script: Latn
7
7
  name: Romanization Table -- Georgian Mkhedruli (1997)
8
- url: https://www.loc.gov/catdir/cpso/romanization/georgian.pdf
8
+ url: http://catdir.loc.gov/catdir/cpso/romanization/georgian.pdf
9
9
  creation_date: 1997
10
10
  confirmation_date: 1997
11
11
  description: |
12
12
  Values are shown for the older Khutsuri and the modern Mkhedruli alphabets.
13
13
  There are no upper case letters in Mkhedruli.
14
-
15
14
  notes:
16
15
  }
17
16
 
@@ -0,0 +1,52 @@
1
+ metadata {
2
+ authority_id: alalc
3
+ id: 2011
4
+ language: iso-639-2:kat
5
+ source_script: Geor
6
+ destination_script: Latn
7
+ name: Romanization Table -- Georgian Mkhedruli (2011)
8
+ url: https://www.loc.gov/catdir/cpso/romanization/georgian.pdf
9
+ creation_date: 2011
10
+ confirmation_date: 2011
11
+ description: |
12
+ Values are shown for the older Khutsuri and the modern Mkhedruli alphabets.
13
+ There are no upper case letters in Mkhedruli.
14
+ notes:
15
+ }
16
+
17
+ tests {
18
+ test "ხაოფსე", "xaopʻse"
19
+ test "ჭლოუ", "člou"
20
+ test "ჩოხულდი", "čʻoxuldi"
21
+ test "ქვემო ლინდა", "kʻvemo linda"
22
+ test "ტამკვაჩ იგვავერა", "tamkvačʻ igvavera"
23
+ test "სვანეთი", "svanetʻi"
24
+ test "საცხვარისი", "sacʻxvarisi"
25
+ test "მუხრან-თელეთი", "muxran-tʻeletʻi"
26
+ test "მუცდი", "mucʻdi"
27
+ test "ლეჩხუმი", "lečʻxumi"
28
+ test "ვერხნაია მწარა", "verxnaia mcara"
29
+ test "ეგრისის ქედი", "egrisis kʻedi"
30
+ test "დოჩარიფშა", "dočʻaripʻša"
31
+ test "ბოლოკო", "boloko"
32
+ test "აჭანდარა", "ačandara"
33
+ test "აუალიცა", "aualicʻa"
34
+ test "აკალამრა", "akalamra"
35
+ test "ლასილი", "lasili"
36
+ test "გუბაზეული", "gubazeuli"
37
+ test "ბაყაყი", "baqaqi"
38
+ test "ძროხა", "żroxa"
39
+ test "ჰაერი", "haeri"
40
+ test "ჟოლო", "žolo"
41
+ test "ჯართი", "jartʻi"
42
+ test "ღრმაღელე", "ġrmaġele"
43
+ }
44
+
45
+ dependency "alalc-kat-Geor-Latn-1997", as: georlatn
46
+
47
+ stage {
48
+
49
+ run map.georlatn.stage.main
50
+
51
+ }
52
+
@@ -179,9 +179,9 @@ stage {
179
179
  sub "ඹ", "mba"
180
180
 
181
181
  # Other ligatures
182
- sub "ක්‍ෂ", "kṣha"
182
+ sub "ක්", "k"
183
183
  sub "ඥ", "jña"
184
- sub "න්‍ද", "nda"
184
+ sub "න්", "n"
185
185
 
186
186
  # numbers
187
187
  sub "\u0DE6", "0"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: interscript-maps
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.3.1a
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
@@ -44,6 +44,7 @@ files:
44
44
  - maps/alalc-ben-Beng-Latn-2017.imp
45
45
  - maps/alalc-bul-Cyrl-Latn-1997.imp
46
46
  - maps/alalc-div-Thaa-Latn-1997.imp
47
+ - maps/alalc-div-Thaa-Latn-2012.imp
47
48
  - maps/alalc-ell-Grek-Latn-1997.imp
48
49
  - maps/alalc-ell-Grek-Latn-2010.imp
49
50
  - maps/alalc-guj-Gujr-Latn-1997.imp
@@ -53,7 +54,9 @@ files:
53
54
  - maps/alalc-kan-Kana-Latn-1997.imp
54
55
  - maps/alalc-kan-Kana-Latn-2011.imp
55
56
  - maps/alalc-kat-Geok-Latn-1997.imp
57
+ - maps/alalc-kat-Geok-Latn-2011.imp
56
58
  - maps/alalc-kat-Geor-Latn-1997.imp
59
+ - maps/alalc-kat-Geor-Latn-2011.imp
57
60
  - maps/alalc-kor-Hang-Latn-1997.imp
58
61
  - maps/alalc-mal-Mlym-Latn-1997.imp
59
62
  - maps/alalc-mal-Mlym-Latn-2012.imp
@@ -332,9 +335,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
332
335
  version: 2.3.0
333
336
  required_rubygems_version: !ruby/object:Gem::Requirement
334
337
  requirements:
335
- - - ">="
338
+ - - ">"
336
339
  - !ruby/object:Gem::Version
337
- version: '0'
340
+ version: 1.3.1
338
341
  requirements: []
339
342
  rubygems_version: 3.1.6
340
343
  signing_key: