task_name
stringlengths
19
85
id
stringlengths
40
41
definition
stringlengths
58
3.4k
inputs
stringlengths
1
1.05M
targets
stringlengths
0
19.8k
task956_leetcode_420_strong_password_check
task956-1589bc9fc91143c49c84e416f4986f9b
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = 5!KFSpwSE0VfeWh
0
task956_leetcode_420_strong_password_check
task956-4125a118ee6f4f24897d0d62d36e31a3
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = bFsTC9iruM9a5cTsOSuImN6kPfVX.g
10
task956_leetcode_420_strong_password_check
task956-9ca4c485618e436e95b8cf60509361b5
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = CPjnb3.axJi
0
task956_leetcode_420_strong_password_check
task956-81cb6f57c9c84639be313b89ad7ddd4e
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = TMf97JNDqOOvOVx4yYMstlU5U4DU
8
task956_leetcode_420_strong_password_check
task956-5e72c50cb4b4463bb3f653ac043537cb
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = Vd0COAvApfQ62Jjr2Jq4rMk67YabG6
10
task956_leetcode_420_strong_password_check
task956-e1bcbe6b1f684af2a93499c556535c2a
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = jHj
3
task956_leetcode_420_strong_password_check
task956-3889e94da76c41cf97b60c3a5df52562
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = xS0Z0JNgCNXQDoHAfKPQ
0
task956_leetcode_420_strong_password_check
task956-8e0ac71ede774be8b416f125a32b9aae
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = .97sRBpQzrIph3Asxo!fxrlCyuUIFmfPr3FKSvY
19
task956_leetcode_420_strong_password_check
task956-fa98dc53663b4ebb976d4c14420bafd1
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = UtI9bcC3uHDCFg4WWHH!2!eaFF6Lq0ptLOegXeTjoC
22
task956_leetcode_420_strong_password_check
task956-7449d82dae0045c4a83eff1c05701060
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = QlGXdLFk
1
task956_leetcode_420_strong_password_check
task956-ad852caea4f64d178a36628a7079b92b
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = b!yyvO7ZvgJkW2
0
task956_leetcode_420_strong_password_check
task956-fdb93113b81542b68b947d1d39c79073
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = bGgY7X0oJlbs3gE79P9axqzoxq9wWY5Fw0iEEuLhJ2t
23
task956_leetcode_420_strong_password_check
task956-a0d48eef23ae46e7ae6989d6bda7c493
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = .anHtC9u4IawbxaVC.XDYpWE5QQ!.bo0o5
14
task956_leetcode_420_strong_password_check
task956-e749382d8c1b432b9a760cfce3c4b975
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = qqjfJt!G.k0WNbPHW9mE8wfQp24ncW4T09ZGnU
18
task956_leetcode_420_strong_password_check
task956-c4cb18712f2c4633b4157ccef0d9f8c0
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = LsBx2o8AZok1.5eijGc.Jnqdax.Yl
9
task956_leetcode_420_strong_password_check
task956-01e5c0308c114f86b867e99ba2593b47
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = vCMObJ9FBsLXYNLr5s.kUCcqZCAHYH0oA!L
15
task956_leetcode_420_strong_password_check
task956-57f120eb25f247879e5894a23e36c011
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = ae7.mrwuWZh1ntw3P
0
task956_leetcode_420_strong_password_check
task956-9176d5cb2be24657b5b4d3a1301d9ed2
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = sEKJxvKfz5L7T7sJSb.!xNFwM4AyC.
10
task956_leetcode_420_strong_password_check
task956-1c4b50870c3d466c89a18a554281b282
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = H8fz9s0ZqDUilgDDA!WeIm!8STs3kUkAYvl
15
task956_leetcode_420_strong_password_check
task956-49422d53ea9e40389514dd05c0cbd346
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = OEKoIPQI8fWJJhuWqSHbZLn.CVYMTiGB7
13
task956_leetcode_420_strong_password_check
task956-fd5749648fea428e945989379c78a59c
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = 40zVLZTZnusn3Zo9GrFoQ0B!qsqyGZNyL
13
task956_leetcode_420_strong_password_check
task956-70f0584e78a947d981b85dd858b353d1
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = MqJCg
1
task956_leetcode_420_strong_password_check
task956-1877b80f598549c5845caaf0043c86fc
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = t6V.TBtrxynExEgswGYTjsJPO8mrU2vb3Isk
16
task956_leetcode_420_strong_password_check
task956-3dcc31e674df4ec0976d9466ae026a2d
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = AaWu11DalqgS!rvE04FznM
2
task956_leetcode_420_strong_password_check
task956-d89405c905134f629d3930e858e42222
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = C6UzB
1
task956_leetcode_420_strong_password_check
task956-323d75da655d4a6c9830797907f380d8
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = NvyqU!iUAy2e4lm2n5N7OHGZZ
5
task956_leetcode_420_strong_password_check
task956-50127e44a445466cafcbd11df5034684
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = 9Fl.KlS3dtK.RPHMTpk
0
task956_leetcode_420_strong_password_check
task956-ffecb411261040348ed4302d4716a58b
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = asxF3Prl0paQ69pJNJBQhzVYJBkqeM8if4j7llTwXH4t
24
task956_leetcode_420_strong_password_check
task956-c007518f9dcc4812af6b5cd1813617c9
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = 7isfVW!vD9otcAXHVDFsh2rT
4
task956_leetcode_420_strong_password_check
task956-9f352204632a446ca1c27e77a39d5f41
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = qa.cM!g4ZR4F6amupXQzNup4S!GqeWX8t33MoMcscbg7!c
26
task956_leetcode_420_strong_password_check
task956-4af6effc8c554635906b09efad1429cb
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = KUgs3Gh8f0FRPw4
0
task956_leetcode_420_strong_password_check
task956-afbef2a9e5964c198cee1859abefbff4
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = ASSGaFSbbAg5AnbZtav6XVFh47Bge5
10
task956_leetcode_420_strong_password_check
task956-36b4a45e62d5474a975db373fe16c68a
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = UKMprqTZiMDkR
1
task956_leetcode_420_strong_password_check
task956-0e8f55b4ffb149c4a6138efff8ec93ad
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = 9R9kwROEjYJXsau8Abjyl.suPEzl
8
task956_leetcode_420_strong_password_check
task956-77b009e2bc5e4586aa719cb334a90e9a
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = 0z57FG2t!awinxjrKUqfxO.fYklUamQcwf..gaN.Kbk
23
task956_leetcode_420_strong_password_check
task956-7577be8dff28430db801c87b680b4a27
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = jFbPQn9GoMnQKjdyFeJOdqZ9FPqbMFfen7Tt11CWdFM
23
task956_leetcode_420_strong_password_check
task956-6094515da05747beb45a8ab05a04a1a8
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = 4bqRiRf2jU8qSE
0
task956_leetcode_420_strong_password_check
task956-0e2fd963e64b49f0b9948d2e3713c63c
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = xvG9IOPFcrTZ!1I0A0qz4YyJp2HCRTw
11
task956_leetcode_420_strong_password_check
task956-1089eec5541546138a55c73ee07fd84d
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = DUv0nF5x!YSAENSYUs8vZZVCaRYXF0IUtIu5bO9f7My
23
task956_leetcode_420_strong_password_check
task956-497c0c37617d4aafb2e20957ecb025ca
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = A.aNMPeMz
1
task956_leetcode_420_strong_password_check
task956-5c91c2d6050444fea15341fe98eb5b58
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = 2287bb27alsAg0ZIv13!PLpx5H
6
task956_leetcode_420_strong_password_check
task956-a7578fa1a73141acbbee708039b51a90
You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character.
password = gQtK4tnXRLfqUU1cJ9MfYbyar0v
7
task963_librispeech_asr_next_word_prediction
task963-83a4f6c3f0024d6fbb0a9746edb75f42
Predict the next word given an incomplete English Sentence.
chapter one missus rachel lynde is surprised missus rachel lynde lived just where the avonlea
main
task963_librispeech_asr_next_word_prediction
task963-a3cd3e0e3783498c9a935a407aa2c389
Predict the next word given an incomplete English Sentence.
that had its source away back in the woods of the old cuthbert place it was reputed to be an intricate headlong brook in its earlier course through those
woods
task963_librispeech_asr_next_word_prediction
task963-9076929720024265b354f0e853ac0dc0
Predict the next word given an incomplete English Sentence.
for not even a brook could run past
missus
task963_librispeech_asr_next_word_prediction
task963-594b0e2f82fe4ae2a011c74c911037ac
Predict the next word given an incomplete English Sentence.
and that if she noticed anything odd or out of place she would never rest until she had ferreted out the whys and wherefores thereof there are plenty of people in avonlea and out of it who can attend closely
to
task963_librispeech_asr_next_word_prediction
task963-6d2a7046980f4d31a3d26573c29d879b
Predict the next word given an incomplete English Sentence.
but missus rachel lynde ran out of the
door
task963_librispeech_asr_next_word_prediction
task963-a5d9b742024c4bbcbf212b94268abd50
Predict the next word given an incomplete English Sentence.
helped run the
sunday
task963_librispeech_asr_next_word_prediction
task963-2c4efae827cb4f95b03721cd4aced008
Predict the next word given an incomplete English Sentence.
as avonlea housekeepers were wont to tell in awed voices and keeping a sharp eye on the main road that crossed
the
task963_librispeech_asr_next_word_prediction
task963-4849939c4e304dcf9adb1d69ce26f8c0
Predict the next word given an incomplete English Sentence.
anybody who went out of it or into it had to pass over that hill road and so run the
unseen
task963_librispeech_asr_next_word_prediction
task963-dda0df3c5c2548b99124073799ad49c9
Predict the next word given an incomplete English Sentence.
the orchard on the slope below the house was in a bridal
flush
task963_librispeech_asr_next_word_prediction
task963-2d8cb29a0bf44f5e9078beb0f38d3ea9
Predict the next word given an incomplete English Sentence.
missus rachel knew that he ought
because
task963_librispeech_asr_next_word_prediction
task963-ee259e90f72c4df0b97598268f1a9458
Predict the next word given an incomplete English Sentence.
peter had asked him of course for matthew cuthbert had never been known to volunteer information about anything in his whole life and yet here was matthew cuthbert at half
past
task963_librispeech_asr_next_word_prediction
task963-23443d1e402c4386adb322183bd38e60
Predict the next word given an incomplete English Sentence.
and his best suit of clothes which was plain proof that he was going out of avonlea and he had the buggy and the sorrel mare which betokened
that
task963_librispeech_asr_next_word_prediction
task963-911ce1f3cf2941a79d713eb7537b9f64
Predict the next word given an incomplete English Sentence.
had it been any other man in avonlea missus rachel deftly putting this and that together
might
task963_librispeech_asr_next_word_prediction
task963-8d21b512e72d4ff5b16267d6425d073b
Predict the next word given an incomplete English Sentence.
he was the shyest man alive and hated
to
task963_librispeech_asr_next_word_prediction
task963-ba8e609ef10e47a19e3b3373f677d442
Predict the next word given an incomplete English Sentence.
and her afternoon's enjoyment was spoiled i'll just step over to green gables after tea and find out from marilla where he's gone and why the worthy woman finally concluded he doesn't
generally
task963_librispeech_asr_next_word_prediction
task963-10face0d65ec46c98ceae72212c48953
Predict the next word given an incomplete English Sentence.
if
he'd
task963_librispeech_asr_next_word_prediction
task963-d682cbe39b504971962be8e2fa639d93
Predict the next word given an incomplete English Sentence.
yet something must have happened since last night to start him off i'm clean puzzled that's what and i won't know a minute's peace of mind or conscience until i know what has taken matthew cuthbert out of
avonlea
task963_librispeech_asr_next_word_prediction
task963-5dae978a04064857ac585faaf2fedac4
Predict the next word given an incomplete English Sentence.
the big rambling orchard embowered house where the cuthberts lived was a scant quarter of a mile up the road from lynde's hollow to be sure the long
lane
task963_librispeech_asr_next_word_prediction
task963-91e51664e7a643db89af6ce7824b62a8
Predict the next word given an incomplete English Sentence.
had got as far away as he possibly could
from
task963_librispeech_asr_next_word_prediction
task963-66b37b0878a24c9fa5a677a2d57a429f
Predict the next word given an incomplete English Sentence.
barely
visible
task963_librispeech_asr_next_word_prediction
task963-a4dd2960dec94687b86153b463fd20b5
Predict the next word given an incomplete English Sentence.
bordered with wild rose bushes it's no wonder matthew and marilla are both a little odd living away back here by themselves trees aren't much company though dear knows if they were there'd be enough of them i'd ruther
look
task963_librispeech_asr_next_word_prediction
task963-c6b611cd327844a8b9f4db41ba88a4cc
Predict the next word given an incomplete English Sentence.
they seem contented enough but then i suppose they're used to it a body can get used to anything even
to
task963_librispeech_asr_next_word_prediction
task963-bfe5ce361f44469e9bacc4500bb41357
Predict the next word given an incomplete English Sentence.
set about on one side with
great
task963_librispeech_asr_next_word_prediction
task963-4641b13ab7754b37931061af2b018d58
Predict the next word given an incomplete English Sentence.
one could have eaten a meal off the ground without overbrimming the proverbial peck of dirt missus rachel rapped smartly at the kitchen door and stepped in when bidden to do so the kitchen
at
task963_librispeech_asr_next_word_prediction
task963-a00657619e3949858609b8b5c5eef20a
Predict the next word given an incomplete English Sentence.
or would have been cheerful if it had not been so painfully clean as to give it something of the appearance of an unused parlor its windows looked
east
task963_librispeech_asr_next_word_prediction
task963-17ca491a587042a89e92f01ac85ae923
Predict the next word given an incomplete English Sentence.
whence you got a glimpse of the bloom white cherry trees in the left orchard and nodding slender birches down in the hollow by the brook was greened over
by
task963_librispeech_asr_next_word_prediction
task963-738834f4a297496388e3d6ba3a06f144
Predict the next word given an incomplete English Sentence.
and here she sat now knitting and the table behind her
was
task963_librispeech_asr_next_word_prediction
task963-74b45535f4674045821428efeee7b907
Predict the next word given an incomplete English Sentence.
there were three plates laid so that marilla
must
task963_librispeech_asr_next_word_prediction
task963-3733e95bf66743ee874bbb569a0e6ba6
Predict the next word given an incomplete English Sentence.
yet what of matthew's
white
task963_librispeech_asr_next_word_prediction
task963-a334a3b3a9ca48f691e2b759f7079fb2
Predict the next word given an incomplete English Sentence.
how are all your folks something that for lack of any other name might be
called
task963_librispeech_asr_next_word_prediction
task963-631bb313d5a64baa83eed1ecfa522fb3
Predict the next word given an incomplete English Sentence.
thin woman with angles and without curves her dark hair showed some gray streaks and was always twisted up in a hard
little
task963_librispeech_asr_next_word_prediction
task963-76a13c65c75444dbabb320a71266d8d1
Predict the next word given an incomplete English Sentence.
but there was a saving something about her mouth which if it had been ever so slightly developed might have been considered indicative of a sense of humor we're all pretty well said missus rachel i
was
task963_librispeech_asr_next_word_prediction
task963-dd7c752e7664462ab2c259c7d9041282
Predict the next word given an incomplete English Sentence.
marilla's lips twitched understandingly she had expected missus rachel up she had known
that
task963_librispeech_asr_next_word_prediction
task963-0c1f3796f69d4daab8b20262cc0a8052
Predict the next word given an incomplete English Sentence.
matthew went to bright river we're getting a little boy from an orphan asylum
in
task963_librispeech_asr_next_word_prediction
task963-e7fb4c940abd408cb5b7a57c7441a90b
Predict the next word given an incomplete English Sentence.
she was actually stricken dumb for five seconds it was unsupposable that marilla was making fun of her but missus rachel was almost forced to suppose it are you in earnest marilla she demanded when voice returned to her
yes
task963_librispeech_asr_next_word_prediction
task963-c01f1ac70cf841b796970ce6edf4dbc3
Predict the next word given an incomplete English Sentence.
said marilla as if getting boys from orphan asylums in nova scotia were part of the usual spring work on any well regulated avonlea farm
instead
task963_librispeech_asr_next_word_prediction
task963-b311a0c8cbf0453c9a4fd8a47104ff09
Predict the next word given an incomplete English Sentence.
marilla and matthew cuthbert of all people adopting a boy from an orphan asylum well the world was certainly turning upside
down
task963_librispeech_asr_next_word_prediction
task963-5c122de5f90f4e2fb0c9758bc74a893b
Predict the next word given an incomplete English Sentence.
what on earth put such a notion into your head she demanded disapprovingly this had been done without her advice being asked
and
task963_librispeech_asr_next_word_prediction
task963-67817f73167147339bb9a6d117d37526
Predict the next word given an incomplete English Sentence.
missus alexander spencer was up here one day before
christmas
task963_librispeech_asr_next_word_prediction
task963-ea005d7dd5e743f39094848c112a7cbe
Predict the next word given an incomplete English Sentence.
so matthew and i have talked it over off and on ever since we thought we'd get a boy matthew is getting up in years you know he's sixty and he isn't so
spry
task963_librispeech_asr_next_word_prediction
task963-a8bcfb9322a14cbfbbae2fe7f02e7a87
Predict the next word given an incomplete English Sentence.
there's never anybody to be had but those
stupid
task963_librispeech_asr_next_word_prediction
task963-7fb4c102c9fa4b188ef5f0f4eb72b8d6
Predict the next word given an incomplete English Sentence.
they may be all right i'm not
saying
task963_librispeech_asr_next_word_prediction
task963-dadb322f5e8a4537a27b57e60cdb9523
Predict the next word given an incomplete English Sentence.
so in the end we decided to ask missus spencer to pick us out one when she went over to get her little girl we heard last week she was going so we sent her word by richard spencer's folks at carmody to bring us a smart likely boy of about ten or eleven
we
task963_librispeech_asr_next_word_prediction
task963-973435b3a9174e51aa87ff56a557538c
Predict the next word given an incomplete English Sentence.
old enough to be of some use in doing chores right off and young enough to be trained
up
task963_librispeech_asr_next_word_prediction
task963-89e9aa0757a6449ca61af179051000e5
Predict the next word given an incomplete English Sentence.
so matthew went to bright river to meet him missus spencer will drop
him
task963_librispeech_asr_next_word_prediction
task963-a0158d2116614668a05255dec2c7165e
Predict the next word given an incomplete English Sentence.
well marilla i'll just tell you plain that i think you're doing a mighty
foolish
task963_librispeech_asr_next_word_prediction
task963-2b837b1f424b4eaaab7a945db55e63f6
Predict the next word given an incomplete English Sentence.
nor how he's likely to turn out why it was only last week i read in the paper how a man and his wife up west of the island took a boy out of an orphan asylum and he set fire to the house at night set it on
purpose
task963_librispeech_asr_next_word_prediction
task963-bb46fcbd0e70457a813f4ec510de6214
Predict the next word given an incomplete English Sentence.
and i know another case where an adopted boy used to suck the eggs they couldn't break him of it if you had asked my advice in the matter which you didn't do marilla i'd have said for mercy's
sake
task963_librispeech_asr_next_word_prediction
task963-d903aa3b4bd74fc4b551c1371c1df8ea
Predict the next word given an incomplete English Sentence.
this job's comforting seemed neither to offend nor to alarm marilla she knitted steadily on i don't deny there's something in what you say rachel i've had some qualms
myself
task963_librispeech_asr_next_word_prediction
task963-fec5a87c668d46af9c59a932b86df410
Predict the next word given an incomplete English Sentence.
it's so seldom matthew sets his mind on
anything
task963_librispeech_asr_next_word_prediction
task963-658720f857ad4bd1a47f05b7487d6463
Predict the next word given an incomplete English Sentence.
and then nova scotia is right close to the island it isn't as if we were getting him from england or the states he can't
be
task963_librispeech_asr_next_word_prediction
task963-acef6654345d48069f94e24ce49b53d7
Predict the next word given an incomplete English Sentence.
only don't say i didn't warn you if he burns green gables
down
task963_librispeech_asr_next_word_prediction
task963-9a9a41ae308649ed9523039750ffe162
Predict the next word given an incomplete English Sentence.
as if poisoning wells were a purely feminine accomplishment and not to be dreaded in the case of a boy i'd never dream of taking a girl to bring up i wonder at missus alexander spencer for doing it but
there
task963_librispeech_asr_next_word_prediction
task963-09e394192ea7419fa2467e7ee3e79a4f
Predict the next word given an incomplete English Sentence.
missus rachel would have liked to stay until matthew came home with his imported orphan but reflecting that it would be a good two hours at least before his arrival
she
task963_librispeech_asr_next_word_prediction
task963-8d356dff23e04b92833d7e2a331f2f2d
Predict the next word given an incomplete English Sentence.
and missus rachel dearly loved to make a sensation so she took herself away somewhat to marilla's
relief
task963_librispeech_asr_next_word_prediction
task963-b3533bf9dc3647c4ba9d502fe2096554
Predict the next word given an incomplete English Sentence.
it does really seem as if i must be dreaming well i'm sorry
for
task963_librispeech_asr_next_word_prediction
task963-f3aad4268e5345049849f47a501f5891
Predict the next word given an incomplete English Sentence.
it seems uncanny to think of a child at green gables somehow there's never been one there for matthew and marilla were grown up when the new
house
task963_librispeech_asr_next_word_prediction
task963-748be3e4376441148cd33feee3f2ce63
Predict the next word given an incomplete English Sentence.
my but i pity him that's what so said missus rachel to the wild rose
bushes