bequestdecendres 0.1.3 → 0.1.5
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.
- checksums.yaml +4 -4
- data/lib/bequestdecendres/version.rb +1 -1
- data/lib/bequestdecendres.rb +38 -38
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9bee2a4ea7e587bb8bc14f6e683b82ccb2114d1ef886e0a1545e5d07d4aa3853
|
|
4
|
+
data.tar.gz: 81dc70b97b60c6f45bfb9dcb3c3ec8a5898a17a3d3c4a09e9e2e416692104760
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2aec683c8c3e0a05b00d467ddff2a8337b0502d5fa3d358550729c711099c805c83072a6695ebeb0e1466f156a1e7c7fca2311800aaec720ff2b1c80eb5e72bf
|
|
7
|
+
data.tar.gz: 7ed3b36bc4567c276a6a6a8470e69e166a2f5e0cef0c6a629c4f32ddbf098e9dea90aead5bf3ddbd670243bd01b1fee73cf1535e54669ae23dc1762786a23c0a
|
data/lib/bequestdecendres.rb
CHANGED
|
@@ -1486,51 +1486,51 @@ module BequestDialogueTree
|
|
|
1486
1486
|
s2 = "sages"
|
|
1487
1487
|
|
|
1488
1488
|
adjectives = [
|
|
1489
|
+
[[t, t], [t, p], [t, s1], [t, r], [t, l], [t, s2]],
|
|
1490
|
+
[[p, t], [p, p], [p, s1], [p, r], [p, l], [p, s2]],
|
|
1491
|
+
[[s1, t], [s1, p], [s1, s1], [s1, r], [s1, l], [s1, s2]],
|
|
1492
|
+
[[r, t], [r, p], [r, s1], [r, r], [r, l], [r, s2]],
|
|
1493
|
+
[[l, t], [l, p], [l, s1], [l, r], [l, l], [l, s2]],
|
|
1494
|
+
[[s2, t], [s2, p], [s2, s1], [s2, r], [s2, l], [s2, s2]],
|
|
1489
1495
|
], [
|
|
1490
|
-
[[
|
|
1491
|
-
[[
|
|
1492
|
-
[[
|
|
1493
|
-
[[
|
|
1494
|
-
[[
|
|
1495
|
-
[[
|
|
1496
|
+
[[p, t], [p, p], [p, s1], [p, r], [p, l], [p, s2]],
|
|
1497
|
+
[[s1, t], [s1, p], [s1, s1], [s1, r], [s1, l], [s1, s2]],
|
|
1498
|
+
[[r, t], [r, p], [r, s1], [r, r], [r, l], [r, s2]],
|
|
1499
|
+
[[l, t], [l, p], [l, s1], [l, r], [l, l], [l, s2]],
|
|
1500
|
+
[[s2, t], [s2, p], [s2, s1], [s2, r], [s2, l], [s2, s2]],
|
|
1501
|
+
[[t, t], [t, p], [t, s1], [t, r], [t, l], [t, s2]],
|
|
1496
1502
|
], [
|
|
1497
|
-
[[
|
|
1498
|
-
[[
|
|
1499
|
-
[[
|
|
1500
|
-
[[
|
|
1501
|
-
[[
|
|
1502
|
-
[[
|
|
1503
|
+
[[s1, t], [s1, p], [s1, s1], [s1, r], [s1, l], [s1, s2]],
|
|
1504
|
+
[[r, t], [r, p], [r, s1], [r, r], [r, l], [r, s2]],
|
|
1505
|
+
[[l, t], [l, p], [l, s1], [l, r], [l, l], [l, s2]],
|
|
1506
|
+
[[s2, t], [s2, p], [s2, s1], [s2, r], [s2, l], [s2, s2]],
|
|
1507
|
+
[[t, t], [t, p], [t, s1], [t, r], [t, l], [t, s2]],
|
|
1508
|
+
[[p, t], [p, p], [p, s1], [p, r], [p, l], [p, s2]],
|
|
1503
1509
|
], [
|
|
1504
|
-
[[
|
|
1505
|
-
[[
|
|
1506
|
-
[[
|
|
1507
|
-
[[
|
|
1508
|
-
[[
|
|
1509
|
-
[[
|
|
1510
|
+
[[r, t], [r, p], [r, s1], [r, r], [r, l], [r, s2]],
|
|
1511
|
+
[[l, t], [l, p], [l, s1], [l, r], [l, l], [l, s2]],
|
|
1512
|
+
[[s2, t], [s2, p], [s2, s1], [s2, r], [s2, l], [s2, s2]],
|
|
1513
|
+
[[t, t], [t, p], [t, s1], [t, r], [t, l], [t, s2]],
|
|
1514
|
+
[[p, t], [p, p], [p, s1], [p, r], [p, l], [p, s2]],
|
|
1515
|
+
[[s1, t], [s1, p], [s1, s1], [s1, r], [s1, l], [s1, s2]],
|
|
1510
1516
|
], [
|
|
1511
|
-
[[
|
|
1512
|
-
[[
|
|
1513
|
-
[[
|
|
1514
|
-
[[
|
|
1515
|
-
[[
|
|
1516
|
-
[[
|
|
1517
|
+
[[l, t], [l, p], [l, s1], [l, r], [l, l], [l, s2]],
|
|
1518
|
+
[[s2, t], [s2, p], [s2, s1], [s2, r], [s2, l], [s2, s2]],
|
|
1519
|
+
[[t, t], [t, p], [t, s1], [t, r], [t, l], [t, s2]],
|
|
1520
|
+
[[p, t], [p, p], [p, s1], [p, r], [p, l], [p, s2]],
|
|
1521
|
+
[[s1, t], [s1, p], [s1, s1], [s1, r], [s1, l], [s1, s2]],
|
|
1522
|
+
[[r, t], [r, p], [r, s1], [r, r], [r, l], [r, s2]],
|
|
1517
1523
|
], [
|
|
1518
|
-
[[
|
|
1519
|
-
[[
|
|
1520
|
-
[[
|
|
1521
|
-
[[
|
|
1522
|
-
[[
|
|
1523
|
-
[[
|
|
1524
|
-
], [
|
|
1525
|
-
[[s2, t], [s2, p], [s2, s1], [s2, r], [s2, l], [s2, s2],
|
|
1526
|
-
[[t, t], [t, p], [t, s1], [t, r], [t, l], [t, s2],
|
|
1527
|
-
[[p, t], [p, p], [p, s1], [p, r], [p, l], [p, s2],
|
|
1528
|
-
[[s1, t], [s1, p], [s1, s1], [s1, r], [s1, l], [s1, s2],
|
|
1529
|
-
[[r, t], [r, p], [r, s1], [r, r], [r, l], [r, s2],
|
|
1530
|
-
[[l, t], [l, p], [l, s1], [l, r], [l, l], [l, s2],
|
|
1524
|
+
[[s2, t], [s2, p], [s2, s1], [s2, r], [s2, l], [s2, s2]],
|
|
1525
|
+
[[t, t], [t, p], [t, s1], [t, r], [t, l], [t, s2]],
|
|
1526
|
+
[[p, t], [p, p], [p, s1], [p, r], [p, l], [p, s2]],
|
|
1527
|
+
[[s1, t], [s1, p], [s1, s1], [s1, r], [s1, l], [s1, s2]],
|
|
1528
|
+
[[r, t], [r, p], [r, s1], [r, r], [r, l], [r, s2]],
|
|
1529
|
+
[[l, t], [l, p], [l, s1], [l, r], [l, l], [l, s2]],
|
|
1531
1530
|
]
|
|
1532
1531
|
|
|
1533
1532
|
context_window = [0, 1, 2, 3, 4, 5]
|
|
1533
|
+
|
|
1534
1534
|
row_options = [0, 1, 2, 3, 4, 5]
|
|
1535
1535
|
col_options = [0, 1, 2, 3, 4, 5]
|
|
1536
1536
|
arr_options = [0, 1]
|
|
@@ -1540,7 +1540,7 @@ module BequestDialogueTree
|
|
|
1540
1540
|
cur_col = col_options.sample
|
|
1541
1541
|
cur_arr = arr_options.sample
|
|
1542
1542
|
|
|
1543
|
-
@
|
|
1543
|
+
@chosen_adjective = adjectives[cur_con][cur_row][cur_col][cur_arr]
|
|
1544
1544
|
end
|
|
1545
1545
|
|
|
1546
1546
|
def self.subject
|