From 7a1d3f36a3db14232217ec39c6614f82f21d28a8 Mon Sep 17 00:00:00 2001 From: chernenko <chernenko@cl.uni-heidelberg.de> Date: Fri, 30 Mar 2018 16:07:58 +0200 Subject: [PATCH] Update chertoy.py --- bin/chertoy.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/chertoy.py b/bin/chertoy.py index 70e9436..000b26b 100644 --- a/bin/chertoy.py +++ b/bin/chertoy.py @@ -1,8 +1,10 @@ #!/bin/env python3 +# -*- coding: utf-8 -*- + #chertoy.py # #usage: -#$ ./chertoy.py +#$ ./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 > # #author: <Tatjana Chernenko, Utaemon Toyota> -- GitLab