aac-metrics 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +18 -0
- data/lib/aac-metrics/loader.rb +11 -2
- data/lib/aac-metrics/metrics.rb +236 -106
- data/lib/ingester.rb +2 -0
- data/sets/ac99-3db3a9ef48.obfset +99885 -0
- data/sets/base_words.en.json +1738 -0
- data/sets/cbc-a58fb7ec74.obfset +5124 -0
- data/sets/cbu-2ae9aef211.obfset +372 -0
- data/sets/preview.html +327 -0
- data/sets/sc12-3309ddfa88.obfset +16078 -0
- data/sets/sc30-c14f4bdc24.obfset +105622 -0
- data/sets/sc50-40100cbd63.obfset +135833 -0
- data/sets/sentences.en.json +3 -2
- data/sets/seq15-555e3cd10a.obfset +19893 -0
- data/sets/vc12-9db81b58c4.obfset +57148 -0
- metadata +11 -2
data/sets/sentences.en.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
[
|
2
|
-
["I", "want", "to", "go"],
|
3
2
|
["I", "like", "to", "be", "here", "with", "you"],
|
3
|
+
["I", "want", "to", "go"],
|
4
4
|
["where", "are", "you", "from"],
|
5
5
|
["I", "see", "a", "pretty", "yellow", "flower"],
|
6
6
|
["yesterday", "I", "went", "to", "the", "doctor"],
|
@@ -27,5 +27,6 @@
|
|
27
27
|
["stir", "it", "well", "first"],
|
28
28
|
["you", "are", "better", "than", "that"],
|
29
29
|
["is", "it", "normal", "to", "miss", "her", "this", "much"],
|
30
|
-
["I", "vote", "we", "sit", "under", "the", "umbrella"]
|
30
|
+
["I", "vote", "we", "sit", "under", "the", "umbrella"],
|
31
|
+
["my", "favorite", "color", "is", "yellow"]
|
31
32
|
]
|