rita 3.0.30 → 3.0.31
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/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 -56
- package/dist/rita.min.js.map +1 -1
- package/package.json +1 -1
package/dist/rita.js
CHANGED
|
@@ -43238,7 +43238,7 @@ markov_default.parent = RiTa;
|
|
|
43238
43238
|
stemmer_default.tokenizer = RiTa.tokenizer;
|
|
43239
43239
|
RiTa.SILENT = false;
|
|
43240
43240
|
RiTa.SILENCE_LTS = false;
|
|
43241
|
-
RiTa.VERSION = "3.0.
|
|
43241
|
+
RiTa.VERSION = "3.0.31";
|
|
43242
43242
|
RiTa.FIRST = 1;
|
|
43243
43243
|
RiTa.SECOND = 2;
|
|
43244
43244
|
RiTa.THIRD = 3;
|