added readme

This commit is contained in:
Phuntsok Drak-pa 2019-03-28 19:52:12 +01:00
parent 532b0452de
commit c6abebc1f8
2 changed files with 15 additions and 0 deletions

14
README.org Normal file
View File

@ -0,0 +1,14 @@
* Detailed French Parser
This parser aims at creating XML files detailing a parse of French text. As for
now, it doesnt consider yet French syntax and will only consider the first
option if a word has multiple definitions in the original dictionary.
* Credits
The Python code is a modified version of a parser by [[http://www.ai.univ-paris8.fr/index.php?page=membres&member=ap][Anna Pappa]], professor at
the University of Paris 8.
~dico.dictfr~ is a file extracted from Alter/Ego, a software by the company
Plogue, Art et Technologie, based on the [[http://redac.univ-tlse2.fr/lexiques/psychoglaff.html][PsychoGLÀFF]]. It is distributed under
the [[https://creativecommons.org/licenses/by-sa/3.0/deed.en][CC BY-SA 3.0 licence]].

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
###############################################################################
# imports #