aac-metrics 0.1.1 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aac-metrics/loader.rb +91 -11
- data/lib/aac-metrics/metrics.rb +241 -27
- data/lib/aac-metrics.rb +2 -2
- data/sets/common_words.en.json +1508 -2838
- data/sets/fringe.en.json +2048 -0
- data/sets/l84f-e9fafa55d4.common.en.obfset +79170 -0
- data/sets/sentences.en.json +31 -0
- data/sets/synonyms.en.json +14 -2
- data/sets/wp108-c428d7f2dc.en.obfset +53075 -0
- data/sets/wp80-dad3aeda5e.common.en.obfset +47115 -0
- metadata +8 -4
@@ -0,0 +1,31 @@
|
|
1
|
+
[
|
2
|
+
["I", "want", "to", "go"],
|
3
|
+
["I", "like", "to", "be", "here", "with", "you"],
|
4
|
+
["where", "are", "you", "from"],
|
5
|
+
["I", "see", "a", "pretty", "yellow", "flower"],
|
6
|
+
["yesterday", "I", "went", "to", "the", "doctor"],
|
7
|
+
["I", "like", "to", "sleep", "late"],
|
8
|
+
["what", "is", "your", "favorite", "food"],
|
9
|
+
["when", "do", "you", "want", "to", "help", "me"],
|
10
|
+
["can", "you", "help", "me", "take", "this", "over", "there"],
|
11
|
+
["this", "shirt", "is", "not", "my", "favorite"],
|
12
|
+
["we", "can", "kick", "the", "ball", "out", "back"],
|
13
|
+
["do", "you", "know", "if", "we", "need", "this", "report", "for", "the", "next", "meeting"],
|
14
|
+
["I", "would", "like", "to", "go", "bowling", "after", "the", "movie", "is", "finished"],
|
15
|
+
["he", "should", "set", "an", "alarm", "on", "his", "phone"],
|
16
|
+
["that", "was", "so", "long", "ago", "I", "don't", "remember"],
|
17
|
+
["I", "worry", "that", "the", "electricity", "will", "not", "come", "back", "on"],
|
18
|
+
["she", "might", "need", "a", "travel", "map"],
|
19
|
+
["unless", "you", "would", "rather", "go", "alone"],
|
20
|
+
["we", "can", "make", "a", "pot", "roast", "with", "apple", "pie"],
|
21
|
+
["I", "thought", "it", "was", "in", "the", "cupboard"],
|
22
|
+
["it", "is", "strange", "to", "see", "them", "together", "again"],
|
23
|
+
["that", "is", "such", "a", "big", "deal"],
|
24
|
+
["please", "don't", "fight", "about", "it"],
|
25
|
+
["I", "will", "meet", "with", "my", "accountant", "tomorrow"],
|
26
|
+
["they", "say", "the", "show", "gets", "worse", "before", "it", "gets", "better"],
|
27
|
+
["stir", "it", "well", "first"],
|
28
|
+
["you", "are", "better", "than", "that"],
|
29
|
+
["is", "it", "normal", "to", "miss", "her", "this", "much"],
|
30
|
+
["I", "vote", "we", "sit", "under", "the", "umbrella"]
|
31
|
+
]
|
data/sets/synonyms.en.json
CHANGED
@@ -20,6 +20,12 @@
|
|
20
20
|
["bug", "bugs"],
|
21
21
|
["cow", "cows"],
|
22
22
|
["not", "don't"],
|
23
|
+
["my turn", "turn"],
|
24
|
+
["your turn", "turn"],
|
25
|
+
["afraid", "scared","frightened"],
|
26
|
+
["really", "very"],
|
27
|
+
["kind", "nice"],
|
28
|
+
["mad", "angry"],
|
23
29
|
["grandma", "grandmother"],
|
24
30
|
["grandpa", "grandfather"],
|
25
31
|
["bye", "goodbye", "good bye"],
|
@@ -31,7 +37,13 @@
|
|
31
37
|
["clothes", "clothing"],
|
32
38
|
["butt", "bum", "bottom"],
|
33
39
|
["fast", "quick"],
|
34
|
-
["done", "all done", "all gone"],
|
40
|
+
["done", "all done", "all gone", "finished"],
|
35
41
|
["divorce", "divorced"],
|
36
|
-
["marriage", "married"]
|
42
|
+
["marriage", "married"],
|
43
|
+
["mom", "mother"],
|
44
|
+
["dad", "father"],
|
45
|
+
["grandma", "grandmother"],
|
46
|
+
["grandpa", "grandfather"],
|
47
|
+
["kid", "child"],
|
48
|
+
["bug", "insect"]
|
37
49
|
]
|