ALPaGE

Parsing French using the MSTParser

home: Statistical dependency parsing of French

Université Paris Diderot - INRIA

Publications

Candito M.-H., Nivre J., Denis P. and Henestroza Anguiano E., 2010,
Benchmarking of Statistical Dependency Parsers for French, proceedings of COLING'2010 (poster session), Beijing, China
pdf

Parsing with MSTParser

Prerequisites

Parsing command

The following command will preprocess and parse a raw UTF-8 text file INFILE into INFILE.outmst :

$BONSAI/bin/bonsai_mst_parse_rawtext.sh [-n] INFILE

Use -n option if your text is already tokenized

Note : newlines in input text are systematically interpreted as sentence frontiers.