JuliaText / JuliaText/TextAnalysis.jl
Feature : Dependency Parsing
Open
- Dominant language
- Julia
- Stars
- 384
- Forks
- 92
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice to have support for Dependency Parsing in Julia. We can have it as a part of TextModels.jl as per #111.
If we go with Graph Based parser then we get accuracy for more time, however a Greedy one will be faster for little less accuracy.
Some possible implementations could be - [Deep Biaffine](https://arxiv.org/pdf/1611.01734v3.pdf), https://arxiv.org/pdf/1505.08075v1.pdf
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.