rita 3.0.18 → 3.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/rita.cjs +1 -1
- package/dist/rita.cjs.map +1 -1
- package/dist/rita.js +1 -1
- package/dist/rita.js.map +1 -1
- package/dist/rita.min.js +57 -58
- package/dist/rita.min.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/rita.cjs
CHANGED
|
@@ -42622,7 +42622,7 @@ RiTa2.conjugator = new conjugator_default(RiTa2);
|
|
|
42622
42622
|
RiTa2.SILENT = false;
|
|
42623
42623
|
RiTa2.SILENCE_LTS = false;
|
|
42624
42624
|
RiTa2.PHONES = ["aa", "ae", "ah", "ao", "aw", "ay", "b", "ch", "d", "dh", "eh", "er", "ey", "f", "g", "hh", "ih", "iy", "jh", "k", "l", "m", "n", "ng", "ow", "oy", "p", "r", "s", "sh", "t", "th", "uh", "uw", "v", "w", "y", "z", "zh"];
|
|
42625
|
-
RiTa2.VERSION = "3.0.
|
|
42625
|
+
RiTa2.VERSION = "3.0.19";
|
|
42626
42626
|
RiTa2.HAS_LEXICON = typeof __NOLEX__ === "undefined";
|
|
42627
42627
|
RiTa2.FIRST = 1;
|
|
42628
42628
|
RiTa2.SECOND = 2;
|