clips / clips/pattern

Documentation of "pattern es" mismatch library code

Open Beginner friendly
#320 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.