gr.demokritos.iit.jinsect.console
Class grammarAndContentAnalysis

java.lang.Object
  extended by gr.demokritos.iit.jinsect.console.grammarAndContentAnalysis

public class grammarAndContentAnalysis
extends java.lang.Object

A command-line facility class to perform grammar and content analysis of texts, based on n-gram graphs.


Constructor Summary
grammarAndContentAnalysis()
           
 
Method Summary
static void main(java.lang.String[] args)
          Performs a grammar and content comparison between sets of documents.
static void printUsage()
          Provides command-line syntax information for calling the class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

grammarAndContentAnalysis

public grammarAndContentAnalysis()
Method Detail

printUsage

public static void printUsage()
Provides command-line syntax information for calling the class.


main

public static void main(java.lang.String[] args)
Performs a grammar and content comparison between sets of documents. Grammar is defined as the conjunction of the n-gram graphs of a set of topic graphs. Content is defined as the delta of the n-gram graph of each document from the grammar.

Parameters:
args - the command line arguments