Skip to content
Snippets Groups Projects
Commit acf883ea authored by chernenko's avatar chernenko
Browse files

Update README.md

parent 97fefc95
No related branches found
No related tags found
No related merge requests found
......@@ -71,11 +71,25 @@ subTopicID \t resultID
45.0 \t 45.10
45.1 \t 45.20
### Create a folder structure:
Create a folder with your projects:
* project folder
* folder with your input files (resutls.txt and topics.txt)
After running the system you'll have the output file in your project folder.
### TO RUN THE SYSTEM:
git clone
cd
git clone https://gitlab.cl.uni-heidelberg.de/semantik_project/wsd_chernenko_schindler_toyota.git
cd bin
python3 chertoy.py < path to the project folder > < /name of the folder with your input data > < /name of your topics.txt file > < /name of your results.txt file > < /name of the output file you want to create in the folder with the project >
_Example:_
python3 chertoy.py /home/tatiana/Desktop/FSemantik_Projekt /test /topics.txt /results.txt /output_chertoy.txt
python3 model.py path model usw ...
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment