corpus-services  1.0
Quantifier.java
Go to the documentation of this file.
1 /*
2  * A command-line interface for checking corpus files.
3  *
4  * @author Anne Ferger
5  * @author HZSK
6  *
7  */
8 package de.uni_hamburg.corpora.statistics;
9 
14 public class Quantifier {
15 
16  //just so we know we still have to implement that
17 
18 }