Commit acbc02dd authored by Fize Jacques's avatar Fize Jacques
Browse files

change Readme

parent 23eba576
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -16,7 +16,7 @@ This repository contains two ways of executing Biotex (Python and Java). A list ...@@ -16,7 +16,7 @@ This repository contains two ways of executing Biotex (Python and Java). A list
* Java 7-8 * Java 7-8
* TreeTagger (can be found [here](https://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/)) * TreeTagger (can be found [here](https://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/))
It is advised to put *TreeTagger* in `$HOME/.tree-tagger/`. If not please used the `treetagger_src` parameter in `BiotexWrapper` to set your TreeTagger directory. **!! Before Installing TreeTagger !!** It is advised to install *TreeTagger* in the `$HOME/.tree-tagger/` directory. However, if you're using a custom path, you must set the `treetagger_src` parameter in `BiotexWrapper` with your TreeTagger directory path.
## Setup ## Setup
To make it works, clone this repository using : To make it works, clone this repository using :
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment