alphabetify
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -7,2 +7,6 @@ { | ||
[ | ||
["p", "π"], | ||
["b__", "mπ"] | ||
], | ||
[ | ||
["a", "α"], | ||
@@ -30,3 +34,4 @@ ["ä__", "ai"], | ||
["j__", "dz", "en"], | ||
["gg_", "dz", "en"] | ||
["gg_", "dz", "en"], | ||
["ch_", "tz", "en"] | ||
], | ||
@@ -48,16 +53,12 @@ [ | ||
["k", "κ"], | ||
["c", "κ"] | ||
["c([^ειei])", "κ$1"] | ||
], | ||
[["l", "λ"]], | ||
[["m", "μ"]], | ||
[["n", "ν"]], | ||
[["x", "ξ"]], | ||
[["o", "ο"]], | ||
[ | ||
["p", "π"], | ||
["b__", "mπ"] | ||
], | ||
[["r", "ρ"]], | ||
[ | ||
["s(?=[a-zα-ω])", "σ"], | ||
["c([ειeih])", "σ$1"], | ||
["s(?![a-zα-ω])", "ς"], | ||
@@ -86,3 +87,2 @@ ["ß__", "ss"] | ||
[ | ||
["ch", "χ"], | ||
["gh", "χ"], | ||
@@ -94,3 +94,4 @@ ["kh", "χ"], | ||
["h(?=[αειοωυηaeiouyäöü])", "χ"], | ||
["h(?![αειοωυηaeiouyäöü])", ""] | ||
["h(?![αειοωυηaeiouyäöü])", ""], | ||
["ch", "χ", "de"] | ||
], | ||
@@ -107,4 +108,5 @@ [["ps", "ψ"]], | ||
["four", "fωr"] | ||
] | ||
], | ||
[["n", "ν"]] | ||
] | ||
} |
@@ -6,2 +6,3 @@ { | ||
"rules": [ | ||
[["p", "π"]], | ||
[ | ||
@@ -52,7 +53,6 @@ ["a", "α"], | ||
["k", "κ"], | ||
["c", "κ"] | ||
["c([^ειeih])", "κ$1"] | ||
], | ||
[["l", "λ"]], | ||
[["m", "μ"]], | ||
[["n", "ν"]], | ||
[["x", "ξ"]], | ||
@@ -64,3 +64,2 @@ [ | ||
], | ||
[["p", "π"]], | ||
[ | ||
@@ -72,2 +71,3 @@ ["r", "ρ"], | ||
["s_(?=[a-zα-ω])", "σ"], | ||
["c([ειei])", "σ$1"], | ||
["s", "ς"], | ||
@@ -87,3 +87,3 @@ ["ß__", "ss"] | ||
["wh", "oυ"] | ||
], | ||
], | ||
[ | ||
@@ -95,3 +95,2 @@ ["f", "φ"], | ||
[ | ||
["ch", "χ"], | ||
["gh", "χ"], | ||
@@ -102,3 +101,5 @@ ["kh", "χ"], | ||
["([αειοωυηaeiouyäöü])h(?=\\s)", "$1"], | ||
["([αειοωυηaeiouyäöü])h(?=[αειοωυηaeiouyäöü])", "$1χ"] | ||
["([αειοωυηaeiouyäöü])h(?=[αειοωυηaeiouyäöü])", "$1χ"], | ||
["ch", "tχ", "en"], | ||
["ch", "χ", "de"] | ||
], | ||
@@ -117,4 +118,5 @@ [["ps", "ψ"]], | ||
["(\\s)(hω)", "$1ὡ"] | ||
] | ||
], | ||
[["n", "ν"]] | ||
] | ||
} |
{ | ||
"name": "alphabetify", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Learn a new alphabet by reading a good text in your native alphabet with more and more foreign letters.", | ||
@@ -5,0 +5,0 @@ "author": "David Pomerenke", |
@@ -69,7 +69,7 @@ # Alphabetify | ||
The number 0 ≤ n < 1 specifying the proportion of text at the beginning of the `text` string which should not be transliterated at all. 0 by default. | ||
The number 0 ≤ m ≤ (1 - n) specifying the proportion of text at the beginning of the `text` string which should not be transliterated at all. 0 by default. | ||
**`post`** *optional* | ||
The number 0 ≤ n < 1 specifying the proportion of text at the end of the `text` string which should not be transliterated at all. 0 by default. | ||
The number 0 ≤ n ≤ (1 - m) specifying the proportion of text at the end of the `text` string which should be transliterated completely. 0 by default. | ||
@@ -139,1 +139,8 @@ ### Return value | ||
- It is aimed to achieve a balance between keeping the rule set small, and introducing special phonetics-related concepts in a sufficiently accurate way. | ||
## Feedback | ||
The preferred way of contributing is via issues & pull requests in this repo. I also made some Reddit threads to get in feedback from non-coders: | ||
- [Ancient Greek](https://www.reddit.com/r/AncientGreek/comments/gpgkul/made_this_free_tool_for_intuitively_learning_the/) | ||
- [Modern Greek](https://www.reddit.com/r/GREEK/comments/gpgxm6/made_this_free_tool_for_intuitively_learning_the/) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
918241
913
145
3
70