| Package | Description |
|---|---|
| dragon.ml.seqmodel.feature |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicFeature
Basic data structure for feature data
|
| Modifier and Type | Field and Description |
|---|---|
protected Feature |
BasicFeatureGenerator.featureToReturn |
| Modifier and Type | Method and Description |
|---|---|
Feature |
Feature.copy()
Gets a copy of the current feature
|
Feature |
BasicFeature.copy() |
Feature |
FeatureTypeWordScore.next() |
Feature |
FeatureTypeWord.next() |
Feature |
FeatureTypeWindow.next() |
Feature |
FeatureTypeUnknownWord.next() |
Feature |
FeatureTypeTokenLoop.next() |
Feature |
FeatureTypeStateLoop.next() |
Feature |
FeatureTypeStart.next() |
Feature |
FeatureTypeSegmentLengthPoly.next() |
Feature |
FeatureTypeSegmentLength.next() |
Feature |
FeatureTypeRegexCount.next() |
Feature |
FeatureTypePrior.next() |
Feature |
FeatureTypePosition.next() |
Feature |
FeatureTypePOSPattern.next() |
Feature |
FeatureTypeKnownWord.next() |
Feature |
FeatureTypeEnd.next() |
Feature |
FeatureTypeEdge.next() |
Feature |
FeatureTypeConcatRegex.next() |
Feature |
FeatureType.next()
Gets the next feature
|
Feature |
FeatureGenerator.next()
Gets the next feature.
|
Feature |
BasicFeatureGenerator.next() |
Feature |
AbstractFeatureTypeWrapper.next() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
BasicFeatureGenerator.isValidFeature(DataSequence data,
int curStartPos,
int curEndPos,
Feature featureToReturn) |
protected boolean |
BasicFeatureGenerator.retainFeature(DataSequence seq,
Feature f) |
Copyright © 2018 JULIE Lab, Germany. All rights reserved.