de.aitools.ie.languagedetection.builder.benchmark
Class BenchmarkWholeTexts

java.lang.Object
  extended by de.aitools.ie.languagedetection.builder.benchmark.BenchmarkWholeTexts

public class BenchmarkWholeTexts
extends java.lang.Object

Basic detection quality benchmark for the language detection framework.

Author:
fabian.loose@uni-weimar.de, martin.potthast@uni-weimar.de

Constructor Summary
BenchmarkWholeTexts()
           
 
Method Summary
static void main(java.lang.String[] args)
          TODO: Performance test of the language detection framework.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BenchmarkWholeTexts

public BenchmarkWholeTexts()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
TODO: Performance test of the language detection framework. Input is a directory which contains lucene indexes. Each index must contain documents written a particular language. The directory of each index must indicate the respective language as two-letter code, e.g., 'en', 'de', etc.

Throws:
java.io.IOException