项目作者: samridhishree

项目描述 :
Discriminative Reranker in Java
高级语言: Java
项目地址: git://github.com/samridhishree/reranker.git
创建时间: 2018-02-15T15:51:44Z
项目社区:https://github.com/samridhishree/reranker

开源协议:

下载


Discriminative Reranker for a Probabilistic Parser

This repository contains an implementation of a parsing reranker trained with two learning algorithms: Primal SVM and Perceptron. The base parser produces a set of candidate parses for each sentence, with associated log probabilities that define the initial ranking of these parses. A second model attempts to improve on this initial ranking, using additional features extracted from the trees in the training set. (Assignment for Algorithms for NLP course @CMU (11-711))

For details on the results and implementation please see the writeup: Result_Writeup.pdf