From edc9f6b302608485ce5c2a75067fc47440007f01 Mon Sep 17 00:00:00 2001 From: David Beniamine <david.beniamine@tetras-libre.fr> Date: Tue, 14 Apr 2020 12:01:28 +0200 Subject: [PATCH] Init --- Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 08984fc..469192c 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,5 @@ -# Unl To Rdf +# Unl2Rdf +A serialization converter from the official UNL format to the proposed RDF-UNL format. This is a one page [flask](https://flask.palletsprojects.com) app to convert unl to rdf, the web app is full python, everything is in the file `src/app/app.py`. -- GitLab