https://github.com/arne-cl/turian-parser
backup of the turian-parser. Scalable Discriminative Learning for Natural Language Parsing and Translation (Turian et al. 2006).
https://github.com/arne-cl/turian-parser
Last synced: 4 months ago
JSON representation
backup of the turian-parser. Scalable Discriminative Learning for Natural Language Parsing and Translation (Turian et al. 2006).
- Host: GitHub
- URL: https://github.com/arne-cl/turian-parser
- Owner: arne-cl
- License: gpl-2.0
- Created: 2015-06-27T16:28:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-27T22:16:04.000Z (almost 10 years ago)
- Last Synced: 2025-01-06T09:12:24.150Z (6 months ago)
- Language: C
- Size: 430 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Syntactic parser
20060604 releasewritten by:
Joseph Turian
I. Dan Melamedavailable from:
http://nlp.cs.nyu.edu/parser/based upon:
Joseph Turian and I. Dan Melamed (2006).
"Advances in Discriminative Parsing",
International Committee on Computational Linguistics and the
Association for Computational Linguistics (COLING/ACL), Sydney,
Australia.
and
Joseph Turian and I. Dan Melamed (2006).
"Computational Challenges in Discriminative Parsing",
HLT-NAACL workshop on Computationally Hard Problems and Joint
Inference in Speech and Language Processing, Brooklyn, NY.A discriminative, syntactic parser for monolingual parsing of natural
language text. Released under the GPL.Please send an email to the authors ([email protected]) with any
questions, comments, or suggestions, or if you wish to be notified of
future releases.Copyright (c) 2004-2006, New York University. All rights reserved
***
Contents of the top-level directory:
README This file
LICENSE Licensing terms
README-parsing.txt Quick-start guide to parsing
README-training.txt Quick-start guide to training
[links to runs/README.txt]code/ Code for training and parsing
data/ Input for the system (training + devel sets)
documentation/ Documentation, and links to documentation
runs/ Directory for different parser runs.
scripts/ Python and Perl scripts
Primarily for preprocessing the treebank, doing
EDA, &tc.***
$Id: README 1657 2006-06-04 03:03:05Z turian $