aac-metrics 0.2.0 → 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 +13 -2
- data/lib/aac-metrics/metrics.rb +273 -117
- 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/l84ns-2f9h2f9.en.obfset +82466 -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
- data/sets/wp108-c428d7f2dc.en.analysis +16243 -15551
- data/sets/wp108-c428d7f2dc.en.obfset +7906 -2634
- data/sets/wp20-163743e671.obfset +266 -78
- data/sets/wp42-f67dc6f4a9.obfset +3767 -1549
- data/sets/wp60-ce5120b0d2.obfset +5694 -2385
- data/sets/wp80-dad3aeda5e.common.en.analysis +15423 -14787
- data/sets/wp80-dad3aeda5e.common.en.obfset +8049 -2846
- metadata +12 -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
|
]
|