Serialized Form
|
Package edu.northwestern.at.morphadorner.servers.standardizerserver |
|
Class edu.northwestern.at.morphadorner.servers.standardizerserver.StandardizerServerBootstrapImpl_Stub extends java.rmi.server.RemoteStub implements Serializable |
serialVersionUID: 2L
id
java.lang.Long id
- Session id.
host
java.lang.String host
- The dotted-decimal IP address of the client host.
loginDate
java.util.Date loginDate
- The date and time the session was created.
active
boolean active
- True if session active.
lastTickleTime
long lastTickleTime
- The time the session was last tickled by the client.
|
Class edu.northwestern.at.morphadorner.servers.standardizerserver.StandardizerServerSessionImpl_Stub extends java.rmi.server.RemoteStub implements Serializable |
serialVersionUID: 2L
|
Package edu.northwestern.at.morphadorner.servlets |
outputFullHTML
boolean outputFullHTML
- True to Output full top and bottom page HTML.
false to output only servlet output.
notReadyMessage
java.lang.String notReadyMessage
- Servlet not ready message.
notReadyMessage
java.lang.String notReadyMessage
- Servlet not ready message.
notReadyMessage
java.lang.String notReadyMessage
- Servlet not ready message.
notReadyMessage
java.lang.String notReadyMessage
- Servlet not ready message.
|
Package edu.northwestern.at.morphadorner.tools |
serialVersionUID: -1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reads the work set from an object input stream (deserializes the object).
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Writes the work set to an object output stream (serializes the object).
- Throws:
java.io.IOException
|
Package edu.northwestern.at.morphadorner.tools.comparestringcounts |
|
Package edu.northwestern.at.morphadorner.tools.countadornedwords |
count
int count
- Count.
workID
java.lang.String workID
- Work ID.
|
Package edu.northwestern.at.utils |
keyValues
java.lang.Comparable<T>[] keyValues
- Object array of key values. Key values should be simple objects.
The key value is declared final because its values should not
be changed once it is defined.
mutableInteger
int mutableInteger
- The integer wrapped here.
mutableLong
long mutableLong
- The long wrapped here.
string
java.lang.String string
- The string.
score
double score
- The string score.
comparator
java.util.Comparator<T> comparator
- Optional Comparator used for comparing objects in the list.
offs
int[] offs
- Sorted array of bit-block offsets.
bits
long[] bits
- Array of bit-blocks; each holding BITS bits.
size
int size
- Number of blocks currently in use.
|
Package edu.northwestern.at.utils.cache |
maxEntries
int maxEntries
- Maximum number of entries in cache.
|
Package edu.northwestern.at.utils.corpuslinguistics.adornedword |
token
java.lang.String token
- Token form of spelling.
spelling
java.lang.String spelling
- Corrected spelling.
standardSpelling
java.lang.String standardSpelling
- Standardized spelling.
lemmata
java.lang.String lemmata
- Lemmata for spelling.
partsOfSpeech
java.lang.String partsOfSpeech
- Parts of speech for spelling.
tokenType
int tokenType
- Token type.
|
Package edu.northwestern.at.utils.corpuslinguistics.inputter |
|
Package edu.northwestern.at.utils.corpuslinguistics.lexicon |
entry
java.lang.String entry
- The lexicon entry string.
standardEntry
java.lang.String standardEntry
- Standardized lexicon entry string.
lemmata
java.util.Map<K,V> lemmata
- Map with categories as keys and lemmatized entries as values.
entryCount
int entryCount
- The spelling count.
categoriesAndCounts
java.util.Map<K,V> categoriesAndCounts
- Map with categories as keys and counts as values.
largestCategory
java.lang.String largestCategory
- Category with largest count.
largestCategoryCount
int largestCategoryCount
- Count for largest category.
|
Package edu.northwestern.at.utils.corpuslinguistics.partsofspeech |
tag
java.lang.String tag
- Tag.
wordClass
java.lang.String wordClass
- Word class.
majorWordClass
java.lang.String majorWordClass
- Major word class.
generalTagName
java.lang.String generalTagName
- General tag name.
description
java.lang.String description
- Description.
lemmaWordClass
java.lang.String lemmaWordClass
- Lemma word class.
|
Package edu.northwestern.at.utils.corpuslinguistics.postagger |
|
Package edu.northwestern.at.utils.corpuslinguistics.textsegmenter.struct |
readExternal
public final void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read ContextVector from object file.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public final void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Save ContextVector to file as object.
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException
- Read Frequency from object input.
- Throws:
java.io.IOException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Write Frequency to object output.
- Throws:
java.io.IOException
|
Package edu.northwestern.at.utils.math |
logProbability
double logProbability
- Natural log of the probability.
|
Package edu.northwestern.at.utils.math.randomnumbers |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
mt
int[] mt
mti
int mti
mag01
int[] mag01
__nextNextGaussian
double __nextNextGaussian
__haveNextNextGaussian
boolean __haveNextNextGaussian
|
Package edu.northwestern.at.utils.servlets |
option
CmdLineParser.Option option
value
java.lang.String value
notflag
char notflag
optionName
java.lang.String optionName
suboption
char suboption