Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 375 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 375 Bytes

parseme-fr

This repository includes some code developed for the ANR project PARSEME-FR devoted to multiword expressions (MWE) and parsing.

Lexicon creation

In the directory lex, you can find some code to generate examples of lexical entries of MWEs in latex format.

Commands to execute the code:

 python3 generate-lexicon.py > test.tex
 pdflatex test.tex