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

No enhanced dependencies? #32

Open
rickbeeloo opened this issue Aug 3, 2020 · 2 comments
Open

No enhanced dependencies? #32

rickbeeloo opened this issue Aug 3, 2020 · 2 comments

Comments

@rickbeeloo
Copy link

rickbeeloo commented Aug 3, 2020

Issue
When I try the Finish parser demo (in English) I get enhanced dependencies. However, the Finnish repo says "Newer and better version of the parser available at this repo". Hence I installed the docker and ran the server however the CoNLL-U does not seem to contain enhanced dependencies, only basic ones?

Example
I used the test sentence "DNA samples from fresh and salt water samples":

# newdoc
# newpar
# sent_id = 1
# text = DNA from fresh and salt water samples
1	DNA	dna	NOUN	NN	Number=Sing	0	root	_	_
2	from	from	ADP	IN	_	7	case	_	_
3	fresh	fresh	ADJ	JJ	Degree=Pos	6	amod	_	_
4	and	and	CCONJ	CC	_	5	cc	_	_
5	salt	salt	NOUN	NN	Number=Sing	3	conj	_	_
6	water	water	NOUN	NN	Number=Sing	7	compound	_	_
7	samples	sample	NOUN	NNS	Number=Plur	1	nmod	_	SpacesAfter=\n

I only see one dependency per word here whereas in the demo samples has 3 connections if I recall correctly (it is currently offline for me so I cant provide the dependency figure)

@rickbeeloo
Copy link
Author

Any response here?

@jmnybl
Copy link
Member

jmnybl commented Aug 19, 2020

Hi, you are correct, the models and software currently available online do not include support for enhanced dependencies. However, we have experimental version offline which will produce also enhanced relations in addition to base relations (for more technical details, see our paper https://www.aclweb.org/anthology/2020.iwpt-1.17.pdf).

Upgrading the software and including new models is on my TODO list, but it may take a while before everything is properly tested. If you are in hurry, I can share the models with you offline. In this case, please contact me by email (see my profile).

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