rita 3.0.10 → 3.0.15

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.js CHANGED
@@ -5,9 +5,6 @@ var __publicField = (obj, key, value) => {
5
5
  return value;
6
6
  };
7
7
 
8
- // src/rita.js
9
- import RiScript from "riscript";
10
-
11
8
  // src/stemmer.js
12
9
  var SnowballStemmer = class {
13
10
  constructor() {
@@ -42434,6 +42431,7 @@ var MULTI_SP_RE = / +/g;
42434
42431
  var markov_default = RiMarkov;
42435
42432
 
42436
42433
  // src/rita.js
42434
+ import { RiScript } from "riscript";
42437
42435
  var { Grammar: RiGrammar } = RiScript;
42438
42436
  var RiTa2 = class _RiTa {
42439
42437
  static grammar(rules, context) {
@@ -42625,7 +42623,7 @@ RiTa2.SILENT = false;
42625
42623
  RiTa2.SILENCE_LTS = false;
42626
42624
  RiTa2.CDN = "https://www.unpkg.com/rita/";
42627
42625
  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"];
42628
- RiTa2.VERSION = "3.0.10";
42626
+ RiTa2.VERSION = "3.0.15";
42629
42627
  RiTa2.HAS_LEXICON = typeof __NOLEX__ === "undefined";
42630
42628
  RiTa2.FIRST = 1;
42631
42629
  RiTa2.SECOND = 2;
@@ -42655,8 +42653,7 @@ var ONLY_PUNCT = /^[\p{P}|\+|-|<|>|\^|\$|\ufffd|`]*$/u;
42655
42653
  var IS_LETTER = /^[a-z\u00C0-\u00ff]+$/;
42656
42654
  RiTa2.RiScript = RiScript;
42657
42655
  RiScript.RiTa = RiTa2;
42658
- var rita_default = RiTa2;
42659
42656
  export {
42660
- rita_default as default
42657
+ RiTa2 as RiTa
42661
42658
  };
42662
42659
  //# sourceMappingURL=rita.js.map