Skip to content
Dallas Fraser edited this page Apr 22, 2019 · 3 revisions

Welcome to the Tangent-L wiki!

Getting Started


Setup

  1. Install Java
  2. Install Gradle
  3. Install Python 3 and ensure python from Command line uses Python 3 (not Python 2)
  4. running gradle compileJava should build the project
  5. running gradle javadoc should produce Javadoc for the whole project
  6. pip install -r requirements.txt on the requirements.txt in folder src/tangent

Eclipse Project

  1. File -> Import -> Gradle -> Existing Gradle Project
  2. Now should be able to run the java files such as IndexFiles.java

Other IDE

I am not as familar with other IDE but that should be straight forward and feel free to add to this wiki


Running some programs


Here is a list of some basic programs used for my Masters to get your started

  1. index.IndexFiles.java - used to create a Lucene Index
  2. programs.ntcirTest - used to run a ntcir test

Some helpful programs


  • Luke - useful for examining a Lucene index
Clone this wiki locally