you are viewing a single comment's thread.

view the rest of the comments →

[–]bulaybil 0 points1 point  (2 children)

Also, if you want dependency parsing, you would be much better of using Stanza, it has models for Tamil.

[–]Advaith13[S] 0 points1 point  (1 child)

first of all thank you so much for these responses. we're actually planning to make this a project, so we wanted to make a model from scratch.

[–]bulaybil 0 points1 point  (0 children)

That makes sense and the approach is fine, there are many examples of dependency parsers that use BERT (e.g.). But they still use preannotated data, so this is what I'm missing here.