CentreForDigitalHumanities / CentreForDigitalHumanities/langpro-annotator

syntactic trees doesn't show lemma and rules have inconsistent formatting

Open
#118 0 comments 0 reactions 0 assignees View on GitHub
enhancement
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

Image

Contributor guide

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.