apertium / apertium/apertium-init
Use of Undefined Variable in .t1x file
Open
- Dominant language
- Python
- Stars
- 9
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
The .t1x files currently contain the line
```
```
`caseFirstWord` is the name of a variable that isn't defined.
It seems like either `case="caseFirstWord"` should be removed or `caseFirstWord` should be defined, possibly along with a `firstWord` macro like the one in apertium-eng-spa.
Contributor guide
No contributing guide indexed for this repository
Research direction
Inspect the .t1x files containing the line, then compare the related firstWord macro in apertium-eng-spa. Done means the undefined caseFirstWord reference is resolved consistently in the affected .t1x files.
Written by the indexing model from the issue text.
Assessment
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100