added readme
Dieser Commit ist enthalten in:
Ursprung
532b0452de
Commit
c6abebc1f8
14
README.org
Normale Datei
14
README.org
Normale Datei
@ -0,0 +1,14 @@
|
||||
* Detailed French Parser
|
||||
|
||||
This parser aims at creating XML files detailing a parse of French text. As for
|
||||
now, it doesn’t 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]].
|
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
###############################################################################
|
||||
# imports #
|
||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren