Documentation of "pattern es" mismatch library code
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 8.9k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
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+"
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open the pattern es wiki page and compare its Spanish verb-conjugation table with pattern/text/init.py around line 1937. Update the six listed aliases to match the library, then review the table to confirm all replacements are present.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 72/100