fr.umlv.unitex
Class Text

java.lang.Object
  extended by fr.umlv.unitex.Text

public class Text
extends java.lang.Object

This class provides methods for loading corpora.

Author:
Sébastien Paumier

Constructor Summary
Text()
           
 
Method Summary
static void closeText()
          Closes the text frame
static void loadCorpus(java.io.File name)
           
static void loadCorpus(java.io.File name, boolean taggedText)
          Loads a ".txt" or a ".snt" file
static void removeSntFiles()
          Remove all files related to the current ".snt" file
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Text

public Text()
Method Detail

loadCorpus

public static void loadCorpus(java.io.File name)

loadCorpus

public static void loadCorpus(java.io.File name,
                              boolean taggedText)
Loads a ".txt" or a ".snt" file

Parameters:
name - file name

closeText

public static void closeText()
Closes the text frame


removeSntFiles

public static void removeSntFiles()
Remove all files related to the current ".snt" file