run
Class TestClient

java.lang.Object
  extended by run.TestClient

public class TestClient
extends java.lang.Object

This class is a sample that uses LXService through LXClient.

Version:
1.0 (2008-03-07)
Author:
NLX-Natural Language and Speech Group of the University of Lisbon, Department of Informatics

Constructor Summary
TestClient()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestClient

public TestClient()
Method Detail

main

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

Main method.

This is an example of use of LXClient.

This method receives two arguments: (1) the LXClient username and (2) the name of the file containing the text to be passed to LXClient.

First, reads the file with the input text. Then, calls all LXClient available methods and prints their result.

Parameters:
args - the arguments to be received by the main method.