File tree Expand file tree Collapse file tree 2 files changed +81
-0
lines changed Expand file tree Collapse file tree 2 files changed +81
-0
lines changed Original file line number Diff line number Diff line change
1
+ let entrance = [
2
+ 'I think this is a ',
3
+ 'Sometimes when I find a ',
4
+ 'Later on, I whould think of this ',
5
+ 'Although I don\'t believe that this is a ',
6
+ 'But, if you wander through the ',
7
+ 'Last time I saw a ',
8
+ 'I couldn\'t believe a ',
9
+ 'I feel I already saw a ',
10
+ 'Just after a ',
11
+ 'Before this ',
12
+ 'After encountering this ',
13
+ 'Also, this ',
14
+ 'Later on, the ',
15
+ 'Above all, this ',
16
+
17
+ ];
18
+
19
+ let middle = [
20
+ ' ',
21
+ ' ',
22
+ ' ',
23
+ ' ',
24
+ ' ',
25
+ ' ',
26
+ ' ',
27
+ '. ',
28
+ ', ',
29
+ ', but ',
30
+ ', moreover, ',
31
+ ', however, ',
32
+ ', in short,',
33
+ ', but also, ',
34
+ ', in addition, ',
35
+ ', nevertheless, ',
36
+ ', I rather think of ',
37
+ ' we can discuss about',
38
+ ' I doubted my self, but ',
39
+ ' was there '
40
+
41
+ ];
Original file line number Diff line number Diff line change
1
+ let entrance = [
2
+ 'Creo que esto es un ',
3
+ 'A veces, cuando encuentro un ',
4
+ 'Más tarde, yo pensaría que un ',
5
+ 'Aunque no crea que esto es un ',
6
+ 'Pero, si recorres el ',
7
+ 'La última vez que ví un ',
8
+ 'No podría crer que un ',
9
+ 'Siento que ya he visto este ',
10
+ 'Justo antes de este ',
11
+ 'Antes de este ',
12
+ 'Después de reconcer este ',
13
+ 'También, este ',
14
+ 'Más tarde, el ',
15
+ 'Sobre todo, este ',
16
+
17
+ ];
18
+
19
+ let middle = [
20
+ ' ',
21
+ ' ',
22
+ ' ',
23
+ ' ',
24
+ ' ',
25
+ ' ',
26
+ ' ',
27
+ '. ',
28
+ ', ',
29
+ '. ',
30
+ ', ',
31
+ ', pero ',
32
+ ', sin embargo, ',
33
+ ', en resumen,',
34
+ ', pero también, ',
35
+ ', además, ',
36
+ ', me gustaría pensar que ',
37
+ ' podemos discutir acerca de',
38
+ ' Dudaba de mi, pero ',
39
+ ' estaba ahí '
40
+ ];
You can’t perform that action at this time.
0 commit comments