-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
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)
Metadata
Metadata
Assignees
Labels
No labels