-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate fixed version of exploreEM into module
- Loading branch information
Jakob Bauer
committed
Sep 2, 2014
1 parent
9c73c51
commit 27832cf
Showing
3 changed files
with
52 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
################################################################################ | ||
# README NILCLUSTERING MODULE TAC/KBP 2014 # | ||
################################################################################ | ||
|
||
Configuration | ||
------------- | ||
|
||
Befor installing and running the code it is necessary to specify the paths to | ||
the external data (e.g., ProPPR output). This has to be done in the first | ||
section of the Makefile. The necessary files are: | ||
|
||
[DESCRIPTION OF FILES] | ||
|
||
[also: formatting] | ||
|
||
Installation | ||
------------ | ||
|
||
Run "make" inside the main directory. This will set up a virtual environment | ||
with the necessary python dependencies and then run the different clustering | ||
scripts. If you only want to install the virtual environment without running | ||
the clustering scripts, use "make venv" instead. | ||
|
||
Running the code | ||
---------------- | ||
|
||
[all, raw, baseline, explore targets] | ||
[Describe different stages of clustering] | ||
[Describe output] | ||
|
||
Cleaning up | ||
----------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters