| Package | Description |
|---|---|
| dragon.ml.seqmodel.feature |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFeatureType
Abstract class for feature type
|
class |
AbstractFeatureTypeWrapper
Abstract class for feature type wrapper
|
class |
FeatureTypeConcatRegex
ConcatRegexFeatures generates features by matching the token with the character patterns.
|
class |
FeatureTypeEdge
Feature type edge
|
class |
FeatureTypeEnd
Feature type for end
|
class |
FeatureTypeKnownWord
Feature type of known word
|
class |
FeatureTypePosition
This can be used as a wrapper around a FeatureType class that wants to
generate features which take into account the normalized distance of the token to
the start of a segement.
|
class |
FeatureTypePOSPattern
This feature type will create features about part of speech patterns for segments
This feature type should be wrapped by FeatureTypeStateLoop.
|
class |
FeatureTypePrior
This feature type prior
|
class |
FeatureTypeRegexCount
This FeatureType can not be used independently because the label is not set.
|
class |
FeatureTypeSegmentLength
This FeatureType can not be used independently because the label is not set.
|
class |
FeatureTypeSegmentLengthPoly
This FeatureType can not be used independently because the label is not set.
|
class |
FeatureTypeStart
The feature type for start
|
class |
FeatureTypeStateLoop
This can be used as a wrapper around a FeatureType class that wants to
generate a feature for each state.
|
class |
FeatureTypeTokenLoop
This can be used as a wrapper around a FeatureType class that wants to
generate features for each token in a segment.
|
class |
FeatureTypeUnknownWord
Feature type for unknown world
|
class |
FeatureTypeWindow
Window feature type
|
class |
FeatureTypeWord
World feature type
|
class |
FeatureTypeWordScore
These return one feature per state.
|
| Modifier and Type | Field and Description |
|---|---|
protected FeatureType |
BasicFeatureGenerator.currentFeatureType |
protected FeatureType |
AbstractFeatureTypeWrapper.ftype |
| Modifier and Type | Method and Description |
|---|---|
protected FeatureType |
BasicFeatureGenerator.getFeatureType(int i) |
FeatureType |
FeatureGenerator.getFeatureTYpe(int index)
Gets the index-th feature type
|
FeatureType |
BasicFeatureGenerator.getFeatureTYpe(int index) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FeatureGenerator.addFeatureType(FeatureType featureType)
Adds wanted feature type to the feature generator
|
boolean |
BasicFeatureGenerator.addFeatureType(FeatureType fType) |
| Constructor and Description |
|---|
AbstractFeatureTypeWrapper(FeatureType ftype) |
FeatureTypePosition(FeatureType ftype) |
FeatureTypeStateLoop(FeatureType ftype,
int stateNum) |
FeatureTypeTokenLoop(FeatureType s) |
FeatureTypeWindow(Window[] windows,
FeatureType ftype) |
Copyright © 2018 JULIE Lab, Germany. All rights reserved.