-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Dallas Fraser edited this page Apr 22, 2019
·
3 revisions
Welcome to the Tangent-L wiki!
- Install Java
- Install Gradle
- Install Python 3 and ensure
python
from Command line uses Python 3 (not Python 2) - running
gradle compileJava
should build the project - running
gradle javadoc
should produce Javadoc for the whole project -
pip install -r requirements.txt
on the requirements.txt in foldersrc/tangent
- File -> Import -> Gradle -> Existing Gradle Project
- Now should be able to run the java files such as IndexFiles.java
I am not as familar with other IDE but that should be straight forward and feel free to add to this wiki
Here is a list of some basic programs used for my Masters to get your started
- index.IndexFiles.java - used to create a Lucene Index
- programs.ntcirTest - used to run a ntcir test
- Luke - useful for examining a Lucene index