object TagSpanShapeGenerator extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TagSpanShapeGenerator
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def canonicalize(annLabel: AnnotatedLabel): String
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def featureFor[L](words: IndexedSeq[String], begin: Int, end: Int, wordTagger: (String) ⇒ Int, commonWordThreshold: Int, tagIndex: Index[L], beginContextAmount: Int, beginContentAmount: Int, endContentAmount: Int, endContextAmount: Int): TagSpanShapeFeature
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def labelIndexFor[L](word: String, wordToTagIndexMap: HashMap[String, Int]): Int
- def labelIndexFor[L](word: String, wordTagCounts: Counter2[L, String, Double], commonWordThreshold: Int, tagIndex: Index[L]): Int
- def makeBaseLexicon(trees: IndexedSeq[TreeInstance[AnnotatedLabel, String]]): Counter2[String, String, Double]
- def makeFeatType(beginContextAmount: Int, beginContentAmount: Int, endContentAmount: Int, endContextAmount: Int): Int
- def makeLexicon(trees: IndexedSeq[TreeInstance[AnnotatedLabel, String]], collapser: (AnnotatedLabel) ⇒ String): Counter2[String, String, Double]
- def makeStandardLexicon(trees: IndexedSeq[TreeInstance[AnnotatedLabel, String]]): Counter2[String, String, Double]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )