Package

epic

features

Permalink

package features

TODO

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. features
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class ActualWordFeature(f: Feature, dir: Symbol) extends Feature with Product with Serializable

    Permalink
  2. case class AttachLeft(distance: Int) extends LexFeature with Product with Serializable

    Permalink
  3. case class AttachRight(distance: Int) extends LexFeature with Product with Serializable

    Permalink
  4. case class BigramFeature(offset: Int, prev: Feature, next: Feature) extends Feature with Product with Serializable

    Permalink
  5. case class BilexicalFeature(head: Any, dep: Any) extends Feature with Product with Serializable

    Permalink
  6. trait BilexicalFeatureAnchoring[W] extends AnyRef

    Permalink
  7. trait BilexicalFeaturizer[W] extends AnyRef

    Permalink

    TODO

  8. case class BrownClusterFeature(f: String) extends Feature with Serializable with Product

    Permalink
    Annotations
    @SerialVersionUID()
  9. case class BrownClusterFeaturizer(lengths: Array[Int]) extends WordFeaturizer[String] with Serializable with Product

    Permalink
    Annotations
    @SerialVersionUID()
  10. case class ContextFeature(f: Feature) extends Feature with Product with Serializable

    Permalink
  11. case class ContextFeaturizer[W](featurizer: WordFeaturizer[W], window: Int) extends WordFeaturizer[W] with Serializable with Product

    Permalink

    Includes all features in a window but doesn't include where the features are.

    Includes all features in a window but doesn't include where the features are.

    Annotations
    @SerialVersionUID()
  12. class ContextWordFeaturizer[W] extends WordFeaturizer[W] with Serializable

    Permalink

    Annotations
    @SerialVersionUID()
  13. case class CrossProductFeature[A, B](labelPart: A, surfacePart: B, id: String = "") extends Feature with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  14. class CrossProductIndex[A, B] extends Index[Feature] with Serializable

    Permalink

    Annotations
    @SerialVersionUID()
  15. case class DepFeature[P](r: Feature) extends LexFeature with Product with Serializable

    Permalink
  16. case class DigitNormalizedFeature(w: String) extends Feature with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  17. case class DistFeature(distance: Int, f: Any) extends LexFeature with Product with Serializable

    Permalink
  18. class DistanceBinner extends Serializable

    Permalink

    Annotations
    @SerialVersionUID()
  19. case class DistanceFeature(distance: Int, label: String = "Span") extends LexFeature with Product with Serializable

    Permalink
  20. case class FirstWordCapsAnd(f: Feature) extends Feature with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  21. class FullWordSpanShapeFeaturizer extends SurfaceFeaturizer[String] with Serializable

    Permalink
  22. trait HackyHeadFinder[L, T] extends Serializable

    Permalink

    HackyHeadFinders find "heads" in a span using only preterminal labels.

    HackyHeadFinders find "heads" in a span using only preterminal labels. It doesn't use the syntactic structure of the sentence.

  23. class HackyLexicalProductionFeaturizer extends RuleAndSpansFeaturizer[String]

    Permalink
  24. class HackyLexicalSplitFeaturizer[W] extends SplitSpanFeaturizer[W]

    Permalink
  25. class HashExtendingIndex[T] extends Index[T] with SafeLogging

    Permalink

    TODO

  26. case class HashFeature(hashBucket: Int) extends Feature with Product with Serializable

    Permalink

  27. case class HeadDepFeature[P](head: Feature, dep: Feature) extends LexFeature with Product with Serializable

    Permalink
  28. case class HeadFeature[P](r: Feature) extends LexFeature with Product with Serializable

    Permalink
  29. case class HeadPairDistanceRuleFeature(rule: Int, lsuff: String, rsuff: String, distance: Int) extends Feature with Product with Serializable

    Permalink
  30. class IdentityWordFeaturizer[W] extends WordFeaturizer[W] with Serializable

    Permalink

    Annotations
    @SerialVersionUID()
  31. trait IndexBuilder[F] extends AnyRef

    Permalink
  32. trait IndexedBilexicalFeatureAnchoring[W] extends AnyRef

    Permalink
  33. trait IndexedBilexicalFeaturizer[W] extends AnyRef

    Permalink
  34. trait IndexedSplitSpanFeatureAnchoring[W] extends IndexedSurfaceAnchoring[W]

    Permalink
  35. trait IndexedSplitSpanFeaturizer[W] extends AnyRef

    Permalink
  36. trait IndexedSurfaceAnchoring[W] extends AnyRef

    Permalink
  37. trait IndexedSurfaceFeaturizer[W] extends AnyRef

    Permalink

  38. trait IndexedWordAnchoring[W] extends AnyRef

    Permalink
  39. trait IndexedWordFeaturizer[W] extends AnyRef

    Permalink
  40. case class IndicatorFeature(a: Any) extends Feature with CachedHashCode with Product with Serializable

    Permalink

    TODO

    TODO

    Annotations
    @SerialVersionUID()
  41. final case class IndicatorWSFeature(name: Symbol) extends Feature with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  42. case class LabelFeature[L](l: L) extends Feature with CachedHashCode with Product with Serializable

    Permalink

    TODO

  43. case class LeftHeadDistanceRuleFeature(rule: Int, lsuff: String, distance: Int) extends Feature with Product with Serializable

    Permalink
  44. case class LeftTagDistanceRuleFeature(rule: Int, ltag: String, distance: Int) extends Feature with Product with Serializable

    Permalink
  45. final case class LeftWordFeature(str: Any) extends Feature with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  46. trait LexFeature extends Feature

    Permalink
  47. class LongestFrequentSuffixFeaturizer extends WordFeaturizer[String] with Serializable

    Permalink

    TODO

  48. class MinimalWordFeaturizer extends WordFeaturizer[String] with Serializable

    Permalink

  49. class MorphFeaturizer extends WordFeaturizer[String] with Serializable

    Permalink
  50. case class MultiSurfaceFeaturizer[W](feats: IndexedSeq[SurfaceFeaturizer[W]]) extends SurfaceFeaturizer[W] with Serializable with Product

    Permalink

    Annotations
    @SerialVersionUID()
  51. case class MultiWordFeaturizer[W](featurizers: IndexedSeq[WordFeaturizer[W]]) extends WordFeaturizer[W] with Serializable with Product

    Permalink

    Annotations
    @SerialVersionUID()
  52. case class NGramBigramFeature(idx: Int) extends Feature with Product with Serializable

    Permalink
  53. case class NGramFeature(n: Int, idx: Int) extends Feature with Product with Serializable

    Permalink
  54. class NGramSpanFeaturizer extends SurfaceFeaturizer[String] with Serializable

    Permalink

    Annotations
    @SerialVersionUID()
  55. case class NGramUnigramFeature(idx: Int) extends Feature with Product with Serializable

    Permalink
  56. class NGramWordFeaturizer[W] extends WordFeaturizer[W]

    Permalink

  57. class NextActualWordFeaturizer extends WordFeaturizer[String] with Serializable

    Permalink
  58. class NonRedundantIndexBuilder[F] extends IndexBuilder[F]

    Permalink

    TODO

  59. class NormalIndexBuilder[F] extends IndexBuilder[F]

    Permalink

    TODO

  60. case class NotFeature(idx: Int) extends Feature with Product with Serializable

    Permalink
  61. case class NthWordCapsAnd(f: Feature) extends Feature with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  62. case class OffsetFeature(offset: Int, feature: Feature) extends Feature with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  63. class OffsetWordFeaturizer[W] extends WordFeaturizer[W] with Serializable

    Permalink

    Annotations
    @SerialVersionUID()
  64. case class OrientedNGramFeature(offset: Int, features: IndexedSeq[Feature]) extends Feature with CachedHashCode with Product with Serializable

    Permalink
  65. class PorterStemmer extends (String) ⇒ String

    Permalink

    Converts words to their stemmed form using the classic Porter stemming algorithm.

  66. final case class PrefixFeature(str: String) extends Feature with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  67. class ProductIndexedBilexicalFeaturizer[W] extends IndexedBilexicalFeaturizer[W] with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  68. class ProductSurfaceFeaturizer[W] extends SurfaceFeaturizer[W] with Serializable

    Permalink

    Annotations
    @SerialVersionUID()
  69. class ProductWordFeaturizer[W] extends WordFeaturizer[W] with Serializable

    Permalink

    Annotations
    @SerialVersionUID()
  70. case class PunctuationFeature(f: Feature, dir: Symbol) extends Feature with Product with Serializable

    Permalink
  71. case class RightHeadDistanceRuleFeature(rule: Int, rsuff: String, distance: Int) extends Feature with Product with Serializable

    Permalink
  72. case class RightTagDistanceRuleFeature(rule: Int, rtag: String, distance: Int) extends Feature with Product with Serializable

    Permalink
  73. final case class RightWordFeature(str: Any) extends Feature with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  74. trait RuleAndSpansFeaturizer[W] extends Serializable

    Permalink
  75. case class RuleBasedHackyHeadFinder() extends HackyHeadFinder[String, String] with Product with Serializable

    Permalink
  76. final case class SeenWithTagFeature(str: Any) extends Feature with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  77. class SegmentedIndex[T, IndexType] extends Index[Feature]

    Permalink

    Annotations
    @SerialVersionUID()
  78. case class SentenceLengthFeature(length: Int) extends Feature with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  79. class SentencePropertiesFeaturizer extends WordFeaturizer[String] with SurfaceFeaturizer[String] with Serializable

    Permalink

    Annotations
    @SerialVersionUID()
  80. final case class ShapeFeature(str: String) extends Feature with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  81. final case class SignatureFeature(str: String) extends Feature with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  82. case class SpanEdgeFeature(mp1: MarkerPos, mp2: MarkerPos, f1: Feature, f2: Feature) extends Feature with Product with Serializable

    Permalink
  83. trait SpanFeature extends Feature

    Permalink
  84. case class SpanLengthFeature(dist: Int) extends Feature with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  85. class SpanLengthFeaturizer extends SurfaceFeaturizer[String] with Serializable

    Permalink

    Annotations
    @SerialVersionUID()
  86. case class SpanRelativeFeature(f: Feature, mp: MarkerPos) extends Feature with Product with Serializable

    Permalink
  87. case class SpanShapeFeature(shape: String) extends SpanFeature with Product with Serializable

    Permalink
  88. class SpanShapeFeaturizer extends SurfaceFeaturizer[String] with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  89. class SpanShapeFeaturizerBetter extends SurfaceFeaturizer[String] with Serializable

    Permalink
  90. case class SplitFeature(x: Feature) extends Feature with Product with Serializable

    Permalink
  91. trait SplitSpanFeatureAnchoring[W] extends SurfaceFeatureAnchoring[W]

    Permalink
  92. trait SplitSpanFeaturizer[W] extends SurfaceFeaturizer[W]

    Permalink

    TODO

  93. final case class SuffixFeature(str: String) extends Feature with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  94. trait SurfaceFeatureAnchoring[W] extends AnyRef

    Permalink

  95. trait SurfaceFeaturizer[W] extends Serializable

    Permalink

    TODO

  96. class TabulatedIndexedSurfaceAnchoring[W] extends IndexedSurfaceAnchoring[W] with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  97. class TabulatedIndexedWordAnchoring[W] extends IndexedWordAnchoring[W] with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  98. class TagDictionaryFeaturizer[L] extends WordFeaturizer[String] with Serializable

    Permalink

    TODO

    TODO

    Annotations
    @SerialVersionUID()
  99. case class TagSpanShapeFeature(featType: Int, shape: String) extends SpanFeature with Product with Serializable

    Permalink
  100. class TagSpanShapeFeaturizer[L] extends SurfaceFeaturizer[String] with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  101. case class TransformedFeature(w: Any) extends Feature with Product with Serializable

    Permalink
  102. class TransformedWordFeaturizer[W] extends WordFeaturizer[W] with Serializable

    Permalink

  103. class WordClassFeaturizer extends WordFeaturizer[String] with Serializable

    Permalink

  104. case class WordFeature(word: Any, kind: Symbol) extends Feature with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  105. trait WordFeatureAnchoring[W] extends AnyRef

    Permalink

  106. trait WordFeaturizer[W] extends AnyRef

    Permalink

  107. class WordPrefixFeaturizer extends WordFeaturizer[String] with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  108. class WordPropertyFeaturizer extends WordFeaturizer[String] with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  109. class WordShapeFeaturizer extends WordFeaturizer[String] with Serializable

    Permalink

    Annotations
    @SerialVersionUID()
  110. class WordSuffixFeaturizer extends WordFeaturizer[String] with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  111. class ZeroFeaturizer[W] extends WordFeaturizer[W] with SurfaceFeaturizer[W] with Serializable

    Permalink
  112. class ZeroRuleAndSpansFeaturizer[W] extends RuleAndSpansFeaturizer[W]

    Permalink

Value Members

  1. object AttachLeft extends LexFeature with Product with Serializable

    Permalink
  2. object AttachRight extends LexFeature with Product with Serializable

    Permalink
  3. object BeginSentFeature extends Feature with Product with Serializable

    Permalink
  4. object BilexicalFeaturizer

    Permalink
  5. object BoundaryFeature extends Feature with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  6. object BrownClusters

    Permalink

  7. object CrossProductIndex extends Serializable

    Permalink
  8. object DistanceBinner extends Serializable

    Permalink
  9. object EndSentFeature extends Feature with Product with Serializable

    Permalink
  10. object EnglishWordClassGenerator extends (String) ⇒ String with Serializable

    Permalink

    Converts a string into another string with properties of that string Useful for rare or 0 count words

    Converts a string into another string with properties of that string Useful for rare or 0 count words

    Annotations
    @SerialVersionUID()
  11. object HackyHeadFinderTest

    Permalink
  12. object HackyLexicalProductionFeaturizer extends Serializable

    Permalink
  13. object HashFeature extends Serializable

    Permalink
  14. object HierarchicalClusters

    Permalink

    TODO

  15. object IndexedBilexicalFeaturizer

    Permalink
  16. object IndexedSplitSpanFeaturizer

    Permalink
  17. object IndexedSurfaceFeaturizer

    Permalink
  18. object IndexedWordFeaturizer

    Permalink

  19. object LongestFrequentSuffixFeaturizer extends Serializable

    Permalink
  20. object MorphFeaturizer extends Serializable

    Permalink
  21. object NGramSpanFeaturizer extends Serializable

    Permalink
  22. object PorterStemmer extends PorterStemmer

    Permalink

    Converts words to their stemmed form using the classic Porter stemming algorithm.

  23. object RuleAndSpansFeaturizer extends Serializable

    Permalink
  24. object RuleBasedHackyHeadFinder extends Serializable

    Permalink
  25. object SegmentedIndex extends Serializable

    Permalink
  26. object SpanShapeGenerator extends Serializable

    Permalink

  27. object SplitSpanFeaturizer extends Serializable

    Permalink
  28. object StandardSpanFeatures extends Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  29. object SurfaceFeaturizer extends Serializable

    Permalink
  30. object TagDictionaryFeaturizer extends Serializable

    Permalink
  31. object TagSpanShapeGenerator extends Serializable

    Permalink

  32. object WholeSentFeature extends Feature with Product with Serializable

    Permalink
  33. object WholeSentenceIsUpperCaseFeature extends Feature with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  34. object WordFeaturizer

    Permalink
  35. object WordPropertyFeaturizer extends Serializable

    Permalink
  36. object WordShapeGenerator extends (String) ⇒ String with Serializable

    Permalink

    Generates "word-shapes" that track capitalization patterns and character type patterns.

    Generates "word-shapes" that track capitalization patterns and character type patterns. e.g.

  37. def buildNonRedundantFeatureIndex[T, F](it: TraversableOnce[T], gen: (T) ⇒ TraversableOnce[F]): Index[F]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped