de.aitools.ir.fingerprinting.refactored
Class PrefixDistributionTiger

java.lang.Object
  extended by de.aitools.ir.fingerprinting.refactored.PrefixDistribution
      extended by de.aitools.ir.fingerprinting.refactored.PrefixDistributionTiger
All Implemented Interfaces:
java.io.Serializable

public class PrefixDistributionTiger
extends PrefixDistribution

The prefix distribution of the Tiger Corpus. These prefix probabilities are representative for the German language.

Author:
martin.trenkmann@uni-weimar.de
See Also:
Serialized Form

Field Summary
static java.lang.String RESOURCE_FILE
           
 
Constructor Summary
PrefixDistributionTiger()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class de.aitools.ir.fingerprinting.refactored.PrefixDistribution
getIndex, getLocale, getProbabilities, load, save
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE_FILE

public static final java.lang.String RESOURCE_FILE
See Also:
Constant Field Values
Constructor Detail

PrefixDistributionTiger

public PrefixDistributionTiger()
                        throws java.lang.NumberFormatException,
                               java.io.IOException,
                               java.net.URISyntaxException
Throws:
java.lang.NumberFormatException
java.io.IOException
java.net.URISyntaxException
Method Detail

main

public static void main(java.lang.String[] args)