Skip to content
Snippets Groups Projects
Commit 9eed2a7d authored by Caroline de Pourtalès's avatar Caroline de Pourtalès :speech_balloon:
Browse files

cleaning

parent 4a0e2bef
Branches
No related tags found
No related merge requests found
# DeepGrail Linker # 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). 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. 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 ...@@ -9,6 +9,7 @@ In this repository we only use the embedding of the word from the tagger and the
### Installation ### Installation
Python 3.9.10 **(Warning don't use Python 3.10**+**)** Python 3.9.10 **(Warning don't use Python 3.10**+**)**
Clone the project locally. Clone the project locally.
### Libraries installation ### Libraries installation
......
git clone https://gitlab.irit.fr/pnria/global-helper/deepgrail_tagger.git SuperTagger git clone https://gitlab.irit.fr/pnria/global-helper/deepgrail_tagger.git SuperTagger
pip install -r requirements.txt pip install -r requirements.txt
\ No newline at end of file
mkdir TensorBoard
mkdir Output
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment