Skip to content

Commit

Permalink
Add Syntactic Parse Fusion
Browse files Browse the repository at this point in the history
Combines n-best lists by reparsing resulting in a significant improvement.
Details: Syntactic Parse Fusion (Choe, McClosky, and Charniak, EMNLP 2015)

This is a command-line implementation (Python version and more docs coming
later).
  • Loading branch information
dmcc committed Aug 6, 2015
1 parent e0836b8 commit efb1674
Show file tree
Hide file tree
Showing 5 changed files with 807 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ before_script:
script:
- make
- make reranker
- make -C first-stage/PARSE all
- make -C second-stage/programs/features parallel-tools
- make sparseval
- sudo python setup.py install
Expand Down
Loading

0 comments on commit efb1674

Please sign in to comment.