Serialized Form


Package leila

Class leila.Bridge extends java.lang.Object implements Serializable

Serialized Fields

links

java.util.List<E> links

Class leila.Classifier extends java.lang.Object implements Serializable

Serialized Fields

isContracted

boolean isContracted

numFeatureObjects

int numFeatureObjects

bridgeMap

java.util.Map<K,V> bridgeMap

Class leila.Evaluate extends javax.swing.JApplet implements Serializable

Serialized Fields

array

double[] array

Class leila.EvaluatePair extends leila.Pair implements Serializable

Serialized Fields

hit

boolean hit

example

boolean example

bridgeId

int bridgeId

Class leila.HandTag extends javax.swing.JPanel implements Serializable

Serialized Fields

firstWord

leila.HandTag.Word firstWord

secondWord

leila.HandTag.Word secondWord

info

javax.swing.JLabel info

editorPane

javax.swing.JEditorPane editorPane

hili

javax.swing.text.Highlighter hili

undo

javax.swing.JButton undo

northPanel

javax.swing.JPanel northPanel

Class leila.KNNClassifier extends leila.Classifier implements Serializable

Class leila.LinearLinkage extends leila.Linkage implements Serializable

Serialized Fields

rightLinks

java.util.List<E> rightLinks

leftLinks

java.util.List<E> leftLinks

DELIMS

java.lang.String DELIMS

Class leila.Link extends java.lang.Object implements Serializable

Serialized Fields

connector

leila.Link.Connector connector

destination

leila.LinkageWord destination

direction

leila.Link.Direction direction

Class leila.Linkage extends java.lang.Object implements Serializable

Serialized Fields

linkageWords

java.util.List<E> linkageWords

EMPTYLINKAGEWORDS

java.util.List<E> EMPTYLINKAGEWORDS

id

int id

Class leila.LinkagePattern extends java.lang.Object implements Serializable

Serialized Fields

label

double label

basis

leila.LinkageWord[] basis

bridge

leila.Bridge bridge

sourceId

int sourceId

Class leila.LinkageWord extends java.lang.Object implements Serializable

Serialized Fields

word

java.lang.String word

contexts

java.util.List<E> contexts

type

java.util.EnumSet<E extends java.lang.Enum<E>> type

stopWordNum

int stopWordNum

Class leila.OutputPairs extends java.lang.Object implements Serializable

Serialized Fields

out

java.io.Writer out

Class leila.Pair extends java.lang.Object implements Serializable

Serialized Fields

word1

java.lang.String word1

word2

java.lang.String word2

confidence

double confidence

comment

java.lang.String comment

Class leila.StoredBridge extends java.lang.Object implements Serializable

Serialized Fields

id

int id

bridge

leila.Bridge bridge

users

java.util.List<E> users

sum

double sum

model

javatools.SVMModel model

Class leila.StoredLinkagePattern extends leila.LinkagePattern implements Serializable

Serialized Fields

num

int num

Class leila.SVMClassifier extends leila.Classifier implements Serializable


Package leila.algorithm

Class leila.algorithm.OutputPairs extends java.lang.Object implements Serializable

Serialized Fields

out

java.io.Writer out

Class leila.algorithm.Pair extends java.lang.Object implements Serializable

Serialized Fields

word1

java.lang.String word1
Holds the first word


word2

java.lang.String word2
Holds the second word


confidence

double confidence
Holds the confidence that this pair is a valid pair


comment

java.lang.String comment
Holds comment


Package leila.classifiers

Class leila.classifiers.Classifier extends java.lang.Object implements Serializable

Serialized Fields

isContracted

boolean isContracted
Tells whether contract() has been called


numFeatureObjects

int numFeatureObjects
Contains number of featureObjects


bridgeMap

java.util.Map<K,V> bridgeMap
Maps all distinct bridges to their StoredBridge

Class leila.classifiers.KNNClassifier extends Classifier implements Serializable

Class leila.classifiers.SVMClassifier extends Classifier implements Serializable


Package leila.evaluate

Class leila.evaluate.Evaluate extends javax.swing.JApplet implements Serializable

Serialized Fields

array

double[] array
Holds an array of precision/recall-values [p1,r1,p2,r2,...]

Class leila.evaluate.EvaluatePair extends Pair implements Serializable

Serialized Fields

hit

boolean hit
Tells whether this pair has been hit


example

boolean example
Tells whether this pair is an example


bridgeId

int bridgeId
Holds the bridge number of this pair

Class leila.evaluate.HandTag extends javax.swing.JPanel implements Serializable

Serialized Fields

firstWord

HandTag.Word firstWord
Holds the current first word


secondWord

HandTag.Word secondWord
Holds the current second word


info

javax.swing.JLabel info
Points to the message label


editorPane

javax.swing.JEditorPane editorPane
Editor pane


hili

javax.swing.text.Highlighter hili
Highlighter for marked words


undo

javax.swing.JButton undo
Undo button


northPanel

javax.swing.JPanel northPanel
Upper panel


Package leila.patterns

Class leila.patterns.Bridge extends java.lang.Object implements Serializable

Serialized Fields

links

java.util.List<E> links
Holds the links

Class leila.patterns.LinearLinkage extends Linkage implements Serializable

Serialized Fields

rightLinks

java.util.List<E> rightLinks
Links running to the right


leftLinks

java.util.List<E> leftLinks
Links running to the left


DELIMS

java.lang.String DELIMS
Contains the delimiters

Class leila.patterns.Link extends java.lang.Object implements Serializable

Serialized Fields

connector

Link.Connector connector
Contains the connector


destination

LinkageWord destination
Points where the link points


direction

Link.Direction direction
Link direction

Class leila.patterns.Linkage extends java.lang.Object implements Serializable

Serialized Fields

linkageWords

java.util.List<E> linkageWords
words of the sentence in sentence order


EMPTYLINKAGEWORDS

java.util.List<E> EMPTYLINKAGEWORDS
Empty sentence list


id

int id
Identifies the sequence of words

Class leila.patterns.LinkagePattern extends java.lang.Object implements Serializable

Serialized Fields

label

double label
The label (confidence) of this LinkagePattern


basis

LinkageWord[] basis
The two basis words


bridge

Bridge bridge
The bridge


sourceId

int sourceId
Identifies the source of this pattern

Class leila.patterns.LinkageWord extends java.lang.Object implements Serializable

Serialized Fields

word

java.lang.String word
Name of the word


contexts

java.util.List<E> contexts
Links to other words


type

java.util.EnumSet<E extends java.lang.Enum<E>> type
Stores the type of this word


stopWordNum

int stopWordNum
Stores the stopword-number, if type==STOPWORD

Class leila.patterns.StoredBridge extends java.lang.Object implements Serializable

Serialized Fields

id

int id
Identifies this Bridge


bridge

Bridge bridge
Holds the Bridge itself


users

java.util.List<E> users
Holds all stored patterns that use this Bridge


sum

double sum
Stores sum of labels of this bridge


model

SVMModel model
Stores the SVMModel for this StoredBridge (used by SVMClassifier)

Class leila.patterns.StoredLinkagePattern extends LinkagePattern implements Serializable

Serialized Fields

num

int num
Contains the number of Feature Objects in this equivalence class