Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

at least #6

Open
arademaker opened this issue Apr 21, 2021 · 1 comment
Open

at least #6

arademaker opened this issue Apr 21, 2021 · 1 comment

Comments

@arademaker
Copy link

As pointed by @leoalenc, we have 3 different analysis for at least in this corpus:

# sent_id = w01131060
# text = At least 330,000 people, including 10,000 technicians, were involved.
1 At at ADP IN _ 2 case 2:case _
2 least least ADJ JJS Degree=Sup 3 nmod 3:nmod:at _
3 330,000 330,000 NUM CD NumType=Card 4 nummod 4:nummod _
...

# text = The world may be enraging and absurd – yet at least someone has the self-respect to keep protesting against that fact.
...
10 at at ADV RB _ 13 advmod 13:advmod _
11 least least ADV RBS Degree=Sup 10 fixed 10:fixed _
12 someone someone NOUN NN Number=Sing 13 nsubj 13:nsubj _
13 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 conj 5:conj:yet _
...

# text = That led to revelations over the last two days that at least six other Quebec journalists were targeted by provincial police surveillance operations.
...
11 at at ADP IN _ 13 advmod 13:advmod _
12 least least ADV RBS Degree=Sup 11 fixed 11:fixed _
13 six six NUM CD NumType=Card 16 nummod 16:nummod _
...

The last two as fixed but the second one does not modify someone but the verb. The last one modifies the six and POS differ anyway.

@amir-zeldes
Copy link

Relevant issue in EWT: UniversalDependencies/UD_English-EWT#141

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants