pattern icon indicating copy to clipboard operation
pattern copied to clipboard

Documentation of "pattern es" mismatch library code

Open AlonsoCerpa opened this issue 4 years ago • 0 comments

Inside the Documentation of pattern es, particularly in verb conjugation, there is a table of conjugations for spanish verbs, however, in the table, when the alias is "1sgp+", this doesnt work, because the correct alias is "1sg+" (I noted this observing the library file pattern/text/init.py and going to the line 1937, where the table of conjugation shows the correct alias).

In total there are 6 Alias changes needed for the documentation of pattern es: "1sgp+" -> "1sg+" "2sgp+" -> "2sg+" "3sgp+" -> "3sg+" "1ppl+" -> "1pl+" "2ppl+" -> "2pl+" "3ppl+" -> "3pl+"

AlonsoCerpa avatar Jun 17 '21 22:06 AlonsoCerpa