You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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).
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":
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)The text was updated successfully, but these errors were encountered: