From 9eed2a7db84490e8391f79e98ac908843118e420 Mon Sep 17 00:00:00 2001
From: Caroline DE POURTALES <caroline.de-pourtales@irit.fr>
Date: Fri, 15 Jul 2022 15:28:41 +0200
Subject: [PATCH] cleaning

---
 README.md | 3 ++-
 init.sh   | 5 ++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index ce70e16..3d60327 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # DeepGrail Linker
 
-This repository contains a Python implementation of a Neural Proof Net using TLGbank data.
+This repository contains a Python implementation of a Proof Net using TLGbank data.
 
 This code was designed to work with the [DeepGrail Tagger](https://gitlab.irit.fr/pnria/global-helper/deepgrail_tagger). 
 In this repository we only use the embedding of the word from the tagger and the tags from the dataset, but next step is to use the prediction of the tagger for the linking step.
@@ -9,6 +9,7 @@ In this repository we only use the embedding of the word from the tagger and the
 
 ### Installation
 Python 3.9.10 **(Warning don't use Python 3.10**+**)**
+
 Clone the project locally.
 
 ### Libraries installation
diff --git a/init.sh b/init.sh
index be8706d..1186ecf 100644
--- a/init.sh
+++ b/init.sh
@@ -1,3 +1,6 @@
 git clone https://gitlab.irit.fr/pnria/global-helper/deepgrail_tagger.git SuperTagger
 
-pip install -r requirements.txt
\ No newline at end of file
+pip install -r requirements.txt
+
+mkdir TensorBoard
+mkdir Output
\ No newline at end of file
-- 
GitLab