CentreForDigitalHumanities / CentreForDigitalHumanities/langpro-annotator
syntactic trees doesn't show lemma and rules have inconsistent formatting
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- Avg merge
- 7d 5h
- Merged PRs (30d)
- 4
Description
The order of token level info should be:
> **Lemma**
> token
> pos tag
> Named entity tag
The image shows:
> **POS tag**
> lemma
> chucking tagging
> Named entity tag
"chucking tagging" should be ignored. It is not informative for reasoning.
The example is the LLF of the first sentence of https://langpro-annotator.hum.uu.nl/annotate/9867
Contributor guide
Research direction
Reproduce the first-sentence LLF example at the linked annotation page and locate the syntactic-tree rendering entry point. Make the token-level information appear as Lemma, token, POS tag, and named entity tag, omit “chucking tagging,” and ensure the rules use consistent formatting.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100