asker-tool 2.1.3 → 2.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +17 -17
- data/lib/asker.rb +40 -83
- data/lib/asker/application.rb +1 -1
- data/lib/asker/checker.rb +42 -25
- data/lib/asker/cli.rb +1 -1
- data/lib/asker/data/world.rb +2 -0
- data/lib/asker/{exporter/code_screen_exporter.rb → displayer/code_displayer.rb} +6 -6
- data/lib/asker/{exporter/concept_ai_screen_exporter.rb → displayer/concept_ai_displayer.rb} +27 -29
- data/lib/asker/displayer/concept_displayer.rb +27 -0
- data/lib/asker/displayer/stats_displayer.rb +13 -0
- data/lib/asker/exporter/code_gift_exporter.rb +10 -11
- data/lib/asker/exporter/concept_ai_gift_exporter.rb +9 -9
- data/lib/asker/exporter/concept_ai_yaml_exporter.rb +2 -4
- data/lib/asker/exporter/concept_doc_exporter.rb +9 -15
- data/lib/asker/exporter/output_file_exporter.rb +18 -0
- data/lib/asker/files/example-concept.haml +25 -8
- data/lib/asker/formatter/concept_string_formatter.rb +9 -8
- data/lib/asker/lang/lang.rb +3 -4
- data/lib/asker/lang/locales/du/templates.yaml +50 -0
- data/lib/asker/lang/locales/en/connectors.yaml +44 -0
- data/lib/asker/lang/locales/en/mistakes.yaml +37 -0
- data/lib/asker/lang/locales/en/templates.yaml +29 -0
- data/lib/asker/lang/locales/es/connectors.yaml +92 -0
- data/lib/asker/lang/locales/es/mistakes.yaml +82 -0
- data/lib/asker/lang/locales/es/templates.yaml +29 -0
- data/lib/asker/lang/locales/fr/connectors.yaml +92 -0
- data/lib/asker/lang/locales/fr/mistakes.yaml +82 -0
- data/lib/asker/lang/locales/fr/templates.yaml +29 -0
- data/lib/asker/lang/locales/javascript/connectors.yaml +11 -0
- data/lib/asker/lang/locales/javascript/mistakes.yaml +30 -0
- data/lib/asker/lang/locales/javascript/templates.yaml +3 -0
- data/lib/asker/lang/locales/math/connectors.yaml +2 -0
- data/lib/asker/lang/locales/math/mistakes.yaml +2 -0
- data/lib/asker/lang/locales/math/templates.yaml +1 -0
- data/lib/asker/lang/locales/python/connectors.yaml +11 -0
- data/lib/asker/lang/locales/python/mistakes.yaml +26 -0
- data/lib/asker/lang/locales/python/templates.yaml +3 -0
- data/lib/asker/lang/locales/ruby/connectors.yaml +11 -0
- data/lib/asker/lang/locales/ruby/mistakes.yaml +33 -0
- data/lib/asker/lang/locales/ruby/templates.yaml +3 -0
- data/lib/asker/lang/locales/sql/connectors.yaml +6 -0
- data/lib/asker/lang/locales/sql/mistakes.yaml +11 -0
- data/lib/asker/lang/locales/sql/templates.yaml +2 -0
- data/lib/asker/loader/input_loader.rb +22 -5
- data/lib/asker/loader/project_loader.rb +25 -24
- data/lib/asker/logger.rb +1 -2
- data/lib/asker/project.rb +5 -3
- data/lib/asker/skeleton.rb +25 -24
- metadata +47 -63
- data/docs/changelog/v2.1.md +0 -99
- data/docs/commands.md +0 -12
- data/docs/contributions.md +0 -18
- data/docs/history.md +0 -40
- data/docs/idea.md +0 -44
- data/docs/inputs/README.md +0 -39
- data/docs/inputs/code.md +0 -69
- data/docs/inputs/concepts.md +0 -142
- data/docs/inputs/jedi.md +0 -68
- data/docs/inputs/tables.md +0 -112
- data/docs/inputs/templates.md +0 -87
- data/docs/install/README.md +0 -38
- data/docs/install/manual.md +0 -26
- data/docs/install/scripts.md +0 -38
- data/docs/revise/asker-file.md +0 -41
- data/docs/revise/buenas-practicas/01-convocatoria.md +0 -30
- data/docs/revise/buenas-practicas/02-formulario.md +0 -35
- data/docs/revise/buenas-practicas/03-descripcion.md +0 -63
- data/docs/revise/buenas-practicas/04-resultados.md +0 -17
- data/docs/revise/buenas-practicas/05-reproducir.md +0 -10
- data/docs/revise/ejemplos/01/README.md +0 -27
- data/docs/revise/ejemplos/02/README.md +0 -31
- data/docs/revise/ejemplos/03/README.md +0 -31
- data/docs/revise/ejemplos/04/README.md +0 -37
- data/docs/revise/ejemplos/05/README.md +0 -25
- data/docs/revise/ejemplos/06/README.md +0 -43
- data/docs/revise/ejemplos/README.md +0 -11
- data/docs/revise/projects.md +0 -74
- data/lib/asker/exporter/concept_screen_exporter.rb +0 -25
- data/lib/asker/exporter/main.rb +0 -9
@@ -0,0 +1,44 @@
|
|
1
|
+
---
|
2
|
+
- a
|
3
|
+
- after
|
4
|
+
- all
|
5
|
+
- among
|
6
|
+
- an
|
7
|
+
- as
|
8
|
+
- at
|
9
|
+
- before
|
10
|
+
- between
|
11
|
+
- but
|
12
|
+
- every
|
13
|
+
- he
|
14
|
+
- her
|
15
|
+
- his
|
16
|
+
- him
|
17
|
+
- how
|
18
|
+
- in
|
19
|
+
- into
|
20
|
+
- it
|
21
|
+
- it's
|
22
|
+
- its
|
23
|
+
- I
|
24
|
+
- of
|
25
|
+
- on
|
26
|
+
- other
|
27
|
+
- others
|
28
|
+
- over
|
29
|
+
- up
|
30
|
+
- me
|
31
|
+
- mine
|
32
|
+
- my
|
33
|
+
- you
|
34
|
+
- your
|
35
|
+
- yours
|
36
|
+
- she
|
37
|
+
- than
|
38
|
+
- to
|
39
|
+
- the
|
40
|
+
- what
|
41
|
+
- who
|
42
|
+
- whom
|
43
|
+
- when
|
44
|
+
- where
|
@@ -0,0 +1,37 @@
|
|
1
|
+
---
|
2
|
+
:a: 'e,oo'
|
3
|
+
:b: 'v'
|
4
|
+
:c: 'k'
|
5
|
+
:ce: 'se,ze'
|
6
|
+
:ci: 'si'
|
7
|
+
:e: 'a'
|
8
|
+
:d: 'th'
|
9
|
+
:gh: 'hg'
|
10
|
+
:i: 'y,l,1'
|
11
|
+
:k: 'q,c'
|
12
|
+
:ks: 'x,sk'
|
13
|
+
:hg: 'gh'
|
14
|
+
:l: 'i,1,ll'
|
15
|
+
:ll: 'l,1l,l1,11'
|
16
|
+
:n: 'm'
|
17
|
+
:m: 'n'
|
18
|
+
:o: 'u'
|
19
|
+
:oo: 'u'
|
20
|
+
:ph: 'hp'
|
21
|
+
:q: 'p,g'
|
22
|
+
:r: 're'
|
23
|
+
:s: 'ss'
|
24
|
+
:sk: 'ks'
|
25
|
+
:ss: 's'
|
26
|
+
:th: 'd,ht'
|
27
|
+
:u: 'w,v,oo'
|
28
|
+
:v: 'b,w,u'
|
29
|
+
:w: 'v,u'
|
30
|
+
:x: '+,k,t,ks'
|
31
|
+
:y: 'v'
|
32
|
+
:z: '2,s'
|
33
|
+
:za: 'sa'
|
34
|
+
:ze: 'se'
|
35
|
+
:zi: 'si'
|
36
|
+
:zo: 'so'
|
37
|
+
:zu: 'su'
|
@@ -0,0 +1,29 @@
|
|
1
|
+
---
|
2
|
+
:none: 'No correct'
|
3
|
+
:error: 'Error'
|
4
|
+
:misspelling: 'Misspelling'
|
5
|
+
:true: 'True'
|
6
|
+
:false: 'False'
|
7
|
+
:d1: 'Definition\: <i><%=text1%></i><br/>Choose the best association for the previous definition.<br/>'
|
8
|
+
:d2: 'Definition of <b><%=text1%></b>\:<br/> <i><%=text2%></i><br/>'
|
9
|
+
:d3: 'Definition of <b><%=text1%></b>\:<br/> <i><%=text2%></i><br/><p>Note: Every ? symbol represents one letter, and * severals.</p>'
|
10
|
+
:d4: 'Definition of <b><%=text1%></b>\:<br/> <i><%=text2%></i><br/><br/>(Put every word into the right position)'
|
11
|
+
:b1: 'Related with concept <b><%=text1%></b>, associate every "<%=text2%>" with their "<%=text3%>".<br/>'
|
12
|
+
:f1: 'The next items are "<%=text2%>" from <b><%=text1%></b> concept\:<br/><ul><li><%=text3%></li></ul>'
|
13
|
+
:f2: 'The next items are "<%=text2%>".<br/>Choose the option that not belongs concept <b><%=text1%></b>.'
|
14
|
+
:f3: 'The next items are ""<%=text2%>" from <b><%=text1%></b> concept\:<br><p><%=text3%></p>(Put every word into the right position)'
|
15
|
+
:i1: '<img src="<%=text1%>" alt\="image" width="400" height="300"><br/>Choose the best association for the previous image.<br/>'
|
16
|
+
:i2: '<img src="<%=text1%>" alt\="image" width="400" height="300"><br/>The previous image corresponds to <b><%=text2%></b>.'
|
17
|
+
:i3: '<img src="<%=text1%>" alt\="image" width="400" height="300"><br/>Write the best answer <%=text2%>, for the previous image.<br/>'
|
18
|
+
:i4: '<img src="<%=text1%>" alt\="image" width="400" height="300"><br/>Definition\:<br/> <i><%=text2%></i><br/><br/>(Put every word in the right text position)'
|
19
|
+
:s1: "About <b><%=text1%></b> concept, sort every \"<%=text2%>\", so It is true that \"<%=text3%>\".<br/>"
|
20
|
+
:t1table: '<b>Concept <%=text1%></b><br/><%=text2%>\: [*]<br/><%=text3%>: "<%=text4%>"<br/>Choose the right answer.<br/>'
|
21
|
+
:t2table: '<b>Concept <%=text1%></b><br/><%=text2%>\: [*]<br/><%=text3%>: "<%=text4%>"<br/>Choose the right answer.<br/>'
|
22
|
+
:t3table: '<b>Concept <%=text1%></b><br/><%=text2%>\: "<%=text3%>"<br/><%=text4%>\: [*]<br/>Choose the right answer.<br/>'
|
23
|
+
:t4table: '<b>Concept <%=text1%></b><br/><%=text2%>\: "<%=text3%>"<br/><%=text4%>\: [*]<br/>Choose the right answer.<br/>'
|
24
|
+
:t5table: '<b>Concept <%=text1%></b><br/>The next association is right\:<br/><ul><li><%=text2%>\: "<%=text3%>"</li><li><%=text4%>\: "<%=text5%>"</li></ul>'
|
25
|
+
:t6table: '<b>Concept <%=text1%></b><br/>The next association is right\:<br/><ul><li><%=text2%>\: "<%=text3%>"</li><li><%=text4%>\: "<%=text5%>"</li></ul>'
|
26
|
+
:t7table: '<b>Concept <%=text1%></b><br/>The next association is right\:<br/><ul><li><%=text2%>\: "<%=text3%>"</li><li><%=text4%>\: "<%=text5%>"</li></ul>'
|
27
|
+
:t8table: '<b>Concept <%=text1%></b><br/>Complete the next association\:<br/><ul><li><%=text2%>\: "<%=text3%>"</li><li><%=text4%>\: [*]</li></ul>Write only one word.<br/>'
|
28
|
+
:t9table: '<b>Concept <%=text1%></b><br/>Complete the next association\:<br/><ul><li><%=text2%>\: "<%=text3%>"</li><li><%=text4%>\: <%=text5%></li></ul>Write <%=text6%> words.<br/>'
|
29
|
+
:code1: '<pre><%=text1%></pre><br/><p>Write the number of the first wrong line. Write 0 if there is no fail.</p>'
|
@@ -0,0 +1,92 @@
|
|
1
|
+
---
|
2
|
+
- '[*]'
|
3
|
+
- a
|
4
|
+
- al
|
5
|
+
- ante
|
6
|
+
- bajo
|
7
|
+
- cada
|
8
|
+
- como
|
9
|
+
- cómo
|
10
|
+
- con
|
11
|
+
- contra
|
12
|
+
- cuando
|
13
|
+
- cuanto
|
14
|
+
- cual
|
15
|
+
- de
|
16
|
+
- del
|
17
|
+
- desde
|
18
|
+
- e
|
19
|
+
- en
|
20
|
+
- entre
|
21
|
+
- él
|
22
|
+
- el
|
23
|
+
- ella
|
24
|
+
- ellos
|
25
|
+
- es
|
26
|
+
- ese
|
27
|
+
- esa
|
28
|
+
- eso
|
29
|
+
- esos
|
30
|
+
- esas
|
31
|
+
- este
|
32
|
+
- esto
|
33
|
+
- esta
|
34
|
+
- estos
|
35
|
+
- estas
|
36
|
+
- hacia
|
37
|
+
- hasta
|
38
|
+
- la
|
39
|
+
- las
|
40
|
+
- lo
|
41
|
+
- los
|
42
|
+
- le
|
43
|
+
- les
|
44
|
+
- mas
|
45
|
+
- más
|
46
|
+
- mi
|
47
|
+
- me
|
48
|
+
- muy
|
49
|
+
- muchos
|
50
|
+
- mucho
|
51
|
+
- no
|
52
|
+
- nos
|
53
|
+
- nosotros
|
54
|
+
- o
|
55
|
+
- para
|
56
|
+
- pero
|
57
|
+
- por
|
58
|
+
- porqué
|
59
|
+
- porque
|
60
|
+
- que
|
61
|
+
- qué
|
62
|
+
- quien
|
63
|
+
- si
|
64
|
+
- sin
|
65
|
+
- sobre
|
66
|
+
- toda
|
67
|
+
- todas
|
68
|
+
- todo
|
69
|
+
- todos
|
70
|
+
- tras
|
71
|
+
- tu
|
72
|
+
- tú
|
73
|
+
- se
|
74
|
+
- su
|
75
|
+
- sus
|
76
|
+
- suyo
|
77
|
+
- suyos
|
78
|
+
- mío
|
79
|
+
- míos
|
80
|
+
- u
|
81
|
+
- un
|
82
|
+
- uno
|
83
|
+
- unos
|
84
|
+
- una
|
85
|
+
- unas
|
86
|
+
- vosotros
|
87
|
+
- vuestro
|
88
|
+
- vuestros
|
89
|
+
- nuestro
|
90
|
+
- nuestros
|
91
|
+
- y
|
92
|
+
- yo
|
@@ -0,0 +1,82 @@
|
|
1
|
+
---
|
2
|
+
:a: 'á,e,o,ha'
|
3
|
+
:"a ": 'as '
|
4
|
+
:"as ": 'a ,os '
|
5
|
+
:á: 'a,é,há'
|
6
|
+
:al: 'ar,la'
|
7
|
+
:ar: 'al'
|
8
|
+
:b: 'v'
|
9
|
+
:c: 's,k'
|
10
|
+
:ca: 'ka'
|
11
|
+
:ce: 'se,que'
|
12
|
+
:ci: 'si,qui'
|
13
|
+
:co: 'ko'
|
14
|
+
:cu: 'ku,qu'
|
15
|
+
:e: 'é,a,he'
|
16
|
+
:é: 'e,hé'
|
17
|
+
:el: 'er'
|
18
|
+
:er: 'el'
|
19
|
+
:g: 'j'
|
20
|
+
:h: ' ,n'
|
21
|
+
:ha: 'a'
|
22
|
+
:he: 'e'
|
23
|
+
:hi: 'i'
|
24
|
+
:ho: 'o'
|
25
|
+
:hu: 'u'
|
26
|
+
:i: 'í,y'
|
27
|
+
:í: 'i,y'
|
28
|
+
:j: 'g'
|
29
|
+
:k: 'q'
|
30
|
+
:l: 'r'
|
31
|
+
:lla: 'ya'
|
32
|
+
:lle: 'ye'
|
33
|
+
:lli: 'yi'
|
34
|
+
:llo: 'yo'
|
35
|
+
:llu: 'yu'
|
36
|
+
:n: 'm,ñ'
|
37
|
+
:ñ: 'n'
|
38
|
+
:m: 'n'
|
39
|
+
:mb: 'nb'
|
40
|
+
:mp: 'np'
|
41
|
+
:o: 'ó,e'
|
42
|
+
:"o ": 'os '
|
43
|
+
:ó: 'o'
|
44
|
+
:ol: 'or'
|
45
|
+
:or: 'ol'
|
46
|
+
:os : 'o ,as '
|
47
|
+
:oha: 'oa'
|
48
|
+
:p: 'q,o'
|
49
|
+
:que: 'ke'
|
50
|
+
:qui: 'ki'
|
51
|
+
:s: 'z,a'
|
52
|
+
:sa: 'za'
|
53
|
+
:se: 'ce,ze'
|
54
|
+
:si: 'ci,zi'
|
55
|
+
:so: 'zo'
|
56
|
+
:su: 'zu'
|
57
|
+
:st: 'ts'
|
58
|
+
:t: 'f,p'
|
59
|
+
:u: 'ú'
|
60
|
+
:ú: 'u'
|
61
|
+
:ul: 'ur'
|
62
|
+
:ur: 'ul'
|
63
|
+
:v: 'b,w'
|
64
|
+
:w: 'v, gu'
|
65
|
+
:wa: 'gua'
|
66
|
+
:we: 'gue'
|
67
|
+
:wi: 'gui'
|
68
|
+
:wo: 'guo'
|
69
|
+
:x: 'ks,k,s'
|
70
|
+
:y: 'i,v'
|
71
|
+
:" y ": ' e '
|
72
|
+
:ya: 'lla'
|
73
|
+
:ye: 'lle'
|
74
|
+
:yi: 'lli'
|
75
|
+
:yo: 'llo'
|
76
|
+
:yu: 'llu'
|
77
|
+
:z: 's'
|
78
|
+
:za: 'sa'
|
79
|
+
:ze: 'se'
|
80
|
+
:zi: 'si'
|
81
|
+
:zo: 'so'
|
82
|
+
:zu: 'su'
|
@@ -0,0 +1,29 @@
|
|
1
|
+
---
|
2
|
+
:none: 'Ninguna es correcta'
|
3
|
+
:error: 'Error'
|
4
|
+
:misspelling: 'Error ortográfico'
|
5
|
+
:true: 'Verdadero'
|
6
|
+
:false: 'Falso'
|
7
|
+
:d1: 'Definición \: <i><%=text1%></i><br/>Elige la opción que mejor se corresponda con la definición anterior.<br/>'
|
8
|
+
:d2: 'Definición de <b><%=text1%></b>\:<br/> <i><%=text2%></i><br/>'
|
9
|
+
:d3: 'Definición de <b><%=text1%></b>\:<br/> <i><%=text2%></i><br/></br><p>Nota: Cada símbolo ? representa una letra, y * a una o varias palabras.</p>'
|
10
|
+
:d4: 'Definición de <b><%=text1%></b>\:<br/> <i><%=text2%></i><br/><br/>(Coloca cada palabra en su posición correcta dentro del texto)'
|
11
|
+
:b1: 'En relación al concepto <b><%=text1%></b>, asocia cada "<%=text2%>" con su "<%=text3%>".<br/>'
|
12
|
+
:f1: 'Los siguientes elementos son "<%=text2%>" del concepto <b><%=text1%></b>\:<ul><li><%=text3%></li></ul>'
|
13
|
+
:f2: 'Los siguientes elementos son "<%=text2%>".<br/>Selecciona la opción que no pertenezca al concepto <b><%=text1%></b>.'
|
14
|
+
:f3: 'Los siguientes elementos son "<%=text2%>" del concepto <b><%=text1%></b>\:<br><p><%=text3%></p>(Coloca cada palabra en su posición correcta dentro del texto)'
|
15
|
+
:i1: '<img src="<%=text1%>" alt\="image" width="400" height="300"><br/>Elige la opción que mejor se corresponda con la imagen anterior.<br/>'
|
16
|
+
:i2: '<img src="<%=text1%>" alt\="image" width="400" height="300"><br/>La imagen anterior corresponde a <b><%=text2%></b>.'
|
17
|
+
:i3: '<img src="<%=text1%>" alt\="image" width="400" height="300"><br/>Escribe la opción <%=text2%>, que mejor corresponda con la imagen anterior.<br/>'
|
18
|
+
:i4: '<img src="<%=text1%>" alt\="image" width="400" height="300"><br/>Definición\: <i><%=text2%></i><br/><br/>(Coloca cada palabra en su posición correcta dentro del texto)'
|
19
|
+
:s1: 'En relación al concepto <b><%=text1%></b>, ordena cada/las/los "<%=text2%>" de modo que se cumpla el criterio "<%=text3%>".<br/>'
|
20
|
+
:t1table: 'Concepto <b><%=text1%></b><br/><%=text2%>\: [*]<br/><%=text3%>\: "<%=text4%>"<br/>Elige la opción correcta.<br/>'
|
21
|
+
:t2table: 'Concepto <b><%=text1%></b><br/><%=text2%>\: [*]<br/><%=text3%>\: "<%=text4%>"<br/>Elige la opción correcta.<br/>'
|
22
|
+
:t3table: 'Concepto <b><%=text1%></b><br/><%=text2%>\: "<%=text3%>"<br/><%=text4%>: [*]<br/>Elige la opción correcta.<br/>'
|
23
|
+
:t4table: 'Concepto <b><%=text1%></b><br/><%=text2%>\: "<%=text3%>"<br/><%=text4%>: [*]<br/>Elige la opción correcta.<br/>'
|
24
|
+
:t5table: 'Concepto <b><%=text1%></b><br/>La asociación siguiente es correcta\:<br/><ul><li><%=text2%>\: "<%=text3%>"</li><li><%=text4%>\: "<%=text5%>"</li></ul>'
|
25
|
+
:t6table: 'Concepto <b><%=text1%></b><br/>La asociación siguiente es correcta\:<br/><ul><li><%=text2%>\: "<%=text3%>"</li><li><%=text4%>\: "<%=text5%>"</li></ul>'
|
26
|
+
:t7table: 'Concepto <b><%=text1%></b><br/>La asociación siguiente es correcta\:<br/><ul><li><%=text2%>\: "<%=text3%>"</li><li><%=text4%>\: "<%=text5%>"</li></ul>'
|
27
|
+
:t8table: 'Concepto <b><%=text1%></b><br/>Completa la siguiente asociación\:<br/><ul><li><%=text2%>\: "<%=text3%>"</li><li><%=text4%>\: [*]</li></ul>Escribir una palabra.<br/>'
|
28
|
+
:t9table: 'Concepto <b><%=text1%></b><br/>Completa la siguiente asociación\:<br/><ul><li><%=text2%>\: "<%=text3%>"</li><li><%=text4%>\: <%=text5%></li></ul>Escribir <%=text6%> palabras.<br/>'
|
29
|
+
:code1: '<pre><%=text1%></pre><br/><p>Escribir el número de línea donde está el primer error. Escribir 0 si no hay ningún error.</p>'
|
@@ -0,0 +1,92 @@
|
|
1
|
+
---
|
2
|
+
- '[*]'
|
3
|
+
- a
|
4
|
+
- al
|
5
|
+
- ante
|
6
|
+
- bajo
|
7
|
+
- cada
|
8
|
+
- como
|
9
|
+
- cómo
|
10
|
+
- con
|
11
|
+
- contra
|
12
|
+
- cuando
|
13
|
+
- cuanto
|
14
|
+
- cual
|
15
|
+
- de
|
16
|
+
- del
|
17
|
+
- desde
|
18
|
+
- e
|
19
|
+
- en
|
20
|
+
- entre
|
21
|
+
- él
|
22
|
+
- el
|
23
|
+
- ella
|
24
|
+
- ellos
|
25
|
+
- es
|
26
|
+
- ese
|
27
|
+
- esa
|
28
|
+
- eso
|
29
|
+
- esos
|
30
|
+
- esas
|
31
|
+
- este
|
32
|
+
- esto
|
33
|
+
- esta
|
34
|
+
- estos
|
35
|
+
- estas
|
36
|
+
- hacia
|
37
|
+
- hasta
|
38
|
+
- la
|
39
|
+
- las
|
40
|
+
- lo
|
41
|
+
- los
|
42
|
+
- le
|
43
|
+
- les
|
44
|
+
- mas
|
45
|
+
- más
|
46
|
+
- mi
|
47
|
+
- me
|
48
|
+
- muy
|
49
|
+
- muchos
|
50
|
+
- mucho
|
51
|
+
- no
|
52
|
+
- nos
|
53
|
+
- nosotros
|
54
|
+
- o
|
55
|
+
- para
|
56
|
+
- pero
|
57
|
+
- por
|
58
|
+
- porqué
|
59
|
+
- porque
|
60
|
+
- que
|
61
|
+
- qué
|
62
|
+
- quien
|
63
|
+
- si
|
64
|
+
- sin
|
65
|
+
- sobre
|
66
|
+
- toda
|
67
|
+
- todas
|
68
|
+
- todo
|
69
|
+
- todos
|
70
|
+
- tras
|
71
|
+
- tu
|
72
|
+
- tú
|
73
|
+
- se
|
74
|
+
- su
|
75
|
+
- sus
|
76
|
+
- suyo
|
77
|
+
- suyos
|
78
|
+
- mío
|
79
|
+
- míos
|
80
|
+
- u
|
81
|
+
- un
|
82
|
+
- uno
|
83
|
+
- unos
|
84
|
+
- una
|
85
|
+
- unas
|
86
|
+
- vosotros
|
87
|
+
- vuestro
|
88
|
+
- vuestros
|
89
|
+
- nuestro
|
90
|
+
- nuestros
|
91
|
+
- y
|
92
|
+
- yo
|
@@ -0,0 +1,82 @@
|
|
1
|
+
---
|
2
|
+
:a: 'á,e,o,ha'
|
3
|
+
:"a ": 'as '
|
4
|
+
:"as ": 'a ,os '
|
5
|
+
:á: 'a,é,há'
|
6
|
+
:al: 'ar,la'
|
7
|
+
:ar: 'al'
|
8
|
+
:b: 'v'
|
9
|
+
:c: 's,k'
|
10
|
+
:ca: 'ka'
|
11
|
+
:ce: 'se,que'
|
12
|
+
:ci: 'si,qui'
|
13
|
+
:co: 'ko'
|
14
|
+
:cu: 'ku,qu'
|
15
|
+
:e: 'é,a,he'
|
16
|
+
:é: 'e,hé'
|
17
|
+
:el: 'er'
|
18
|
+
:er: 'el'
|
19
|
+
:g: 'j'
|
20
|
+
:h: ' ,n'
|
21
|
+
:ha: 'a'
|
22
|
+
:he: 'e'
|
23
|
+
:hi: 'i'
|
24
|
+
:ho: 'o'
|
25
|
+
:hu: 'u'
|
26
|
+
:i: 'í,y'
|
27
|
+
:í: 'i,y'
|
28
|
+
:j: 'g'
|
29
|
+
:k: 'q'
|
30
|
+
:l: 'r'
|
31
|
+
:lla: 'ya'
|
32
|
+
:lle: 'ye'
|
33
|
+
:lli: 'yi'
|
34
|
+
:llo: 'yo'
|
35
|
+
:llu: 'yu'
|
36
|
+
:n: 'm,ñ'
|
37
|
+
:ñ: 'n'
|
38
|
+
:m: 'n'
|
39
|
+
:mb: 'nb'
|
40
|
+
:mp: 'np'
|
41
|
+
:o: 'ó,e'
|
42
|
+
:"o ": 'os '
|
43
|
+
:ó: 'o'
|
44
|
+
:ol: 'or'
|
45
|
+
:or: 'ol'
|
46
|
+
:os : 'o ,as '
|
47
|
+
:oha: 'oa'
|
48
|
+
:p: 'q,o'
|
49
|
+
:que: 'ke'
|
50
|
+
:qui: 'ki'
|
51
|
+
:s: 'z,a'
|
52
|
+
:sa: 'za'
|
53
|
+
:se: 'ce,ze'
|
54
|
+
:si: 'ci,zi'
|
55
|
+
:so: 'zo'
|
56
|
+
:su: 'zu'
|
57
|
+
:st: 'ts'
|
58
|
+
:t: 'f,p'
|
59
|
+
:u: 'ú'
|
60
|
+
:ú: 'u'
|
61
|
+
:ul: 'ur'
|
62
|
+
:ur: 'ul'
|
63
|
+
:v: 'b,w'
|
64
|
+
:w: 'v, gu'
|
65
|
+
:wa: 'gua'
|
66
|
+
:we: 'gue'
|
67
|
+
:wi: 'gui'
|
68
|
+
:wo: 'guo'
|
69
|
+
:x: 'ks,k,s'
|
70
|
+
:y: 'i,v'
|
71
|
+
:" y ": ' e '
|
72
|
+
:ya: 'lla'
|
73
|
+
:ye: 'lle'
|
74
|
+
:yi: 'lli'
|
75
|
+
:yo: 'llo'
|
76
|
+
:yu: 'llu'
|
77
|
+
:z: 's'
|
78
|
+
:za: 'sa'
|
79
|
+
:ze: 'se'
|
80
|
+
:zi: 'si'
|
81
|
+
:zo: 'so'
|
82
|
+
:zu: 'su'
|