KO
|
EN
gitlite — search
Search
#javascript
#python
#php
#react
#nodejs
#docker
#json
#java
#bot
#android
#music
#monitoring
RBGParser
★ 47
Open GitHub ↗
Graph-based Dependency Parser
Download README (.md)
Explore Similar Repositories
famous-meteor
:
Example with famo.us, meteor, and iron-router
NooNooFluentRegex
:
Build PHP Regex expressions using fluent setters and English language terms
cbFlyout
:
cbFlyout responsive navigation jQuery plugin
Bluetooth-Manager-for-Glass
:
Easily add and remove Bluetooth devices from Google Glass. No need for the Settings.apk anymore.
zeison
:
Small, fast and easy-to-use JSON library for Scala.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
RBGParser
?
Download (.md)
### RBGParser v1.1 This version improves parsing speed using the hash kernel (see [4]) and by optimizing the code. We also improved the unlabeled attachment score (UAS) slightly and labeled attachment score (LAS) significantly. <br> #### [Quick Start](https://github.com/taolei87/RBGParser/wiki/Quick-Start) <br> #### [FAQs](https://github.com/taolei87/RBGParser/wiki/FAQs) ====== #### About and Contact This project is developed at Natural Language Processing group in MIT. It contains a Java implementation of a syntactic dependency parser with tensor decomposition and greedy decoding, described in [1,2,3]. This project is implemented by Tao Lei (taolei [at] csail.mit.edu) and Yuan Zhang (yuanzh [at] csail.mit.edu). ========= #### References [1] Tao Lei, Yu Xin, Yuan Zhang, Regina Barzilay and Tommi Jaakkola. Low-Rank Tensors for Scoring Dependency Structures. ACL 2014. [PDF](http://people.csail.mit.edu/taolei/papers/acl2014.pdf) [2] Yuan Zhang, Tao Lei, Regina Barzilay, Tommi Jaakkola and Amir Globerson. Steps to Excellence: Simple Inference with Refined Scoring of Dependency Trees. ACL 2014. [PDF](http://people.csail.mit.edu/yuanzh/papers/acl2014.pdf) [3] Yuan Zhang\*, Tao Lei\*, Regina Barzilay and Tommi Jaakkola. Greed is Good if Randomized: New Inference for Dependency Parsing. EMNLP 2014. [PDF](http://people.csail.mit.edu/taolei/papers/emnlp2014.pdf) [4] Bernd Bohnet. Very High Accuracy and Fast Dependency Parsing is not a Contradiction. The 23rd International Conference on Computational Linguistics. COLING 2010. [PDF](http://anthology.aclweb.org/C/C10/C10-1011.pdf)