gate.creole.nerc
Class ProfileNerc
java.lang.Object
|
+--gate.creole.nerc.ProfileNerc
- public class ProfileNerc
- extends Object
This class is used to profile nerc.
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
nerc
protected Nerc nerc
- Nerc, the component to be profiled
printWriter
protected static PrintWriter printWriter
- Where the results go
formatter
static NumberFormat formatter
avgSpSize
static float avgSpSize
avgSpTokens
static float avgSpTokens
avgSpSpaceTokens
static float avgSpSpaceTokens
avgSpLookUp
static float avgSpLookUp
ProfileNerc
public ProfileNerc()
- Default constructor
main
public static void main(String[] args)
- Main takes at l
profile
protected void profile(Set files)
initNerc
protected void initNerc()
process
protected void process(File file)