Class/Object

org.mitre.jcarafe.maxent

RuntimeMaxEntDecoder

Related Docs: object RuntimeMaxEntDecoder | package maxent

Permalink

class RuntimeMaxEntDecoder extends MaxEntDecoder

Linear Supertypes
MaxEntDecoder, Decoder[List[(FeatureId, Double)]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RuntimeMaxEntDecoder
  2. MaxEntDecoder
  3. Decoder
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RuntimeMaxEntDecoder(m: MaxEntModel)

    Permalink

Type Members

  1. type M = MaxEntModel

    Permalink
    Definition Classes
    MaxEntDecoderDecoder

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def applyDecoder(dobj: (sGen)#DeserializationT, decoder: DecodingAlgorithm, writer: OutputStreamWriter): Unit

    Permalink
    Definition Classes
    Decoder
  5. def applyDecoder(srcs: IndexedSeq[SourceSequence[List[(FeatureId, Double)]]], dobj: (sGen)#DeserializationT, decoder: DecodingAlgorithm, outFile: Option[String]): Unit

    Permalink
    Definition Classes
    Decoder
  6. def applyDecoder(dobj: (sGen)#DeserializationT, decoder: DecodingAlgorithm, outFile: Option[String]): Unit

    Permalink
    Definition Classes
    Decoder
  7. def applyDecoderParallel(dobj: (sGen)#DeserializationT, decoder: DecodingAlgorithm, outFile: Option[String]): Unit

    Permalink
    Definition Classes
    Decoder
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def cleanUp(): Unit

    Permalink
    Definition Classes
    Decoder
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def decode(): Unit

    Permalink
    Definition Classes
    MaxEntDecoderDecoder
  12. def decodeDeserializationToAnnotations(dobj: (sGen)#DeserializationT): Array[Annotation]

    Permalink
    Definition Classes
    Decoder
  13. def decodeFileBased(): Unit

    Permalink
    Definition Classes
    MaxEntDecoder
  14. def decodeInstance(lfs: List[(FeatureId, Double)]): String

    Permalink
  15. def decodeInstance(i: AbstractInstance): AbstractLabel

    Permalink
  16. def decodeInstance(fs: Set[String]): String

    Permalink
  17. def decodeInstance(fs: List[String]): String

    Permalink
  18. def decodeInstanceAsDistribution(i: AbstractInstance): List[(Double, Int)]

    Permalink
  19. def decodeInstanceAsDistribution(lfs: List[(String, Double)]): List[(String, Double)]

    Permalink
  20. def decodeInstanceAsDistribution(fs: Set[String]): List[(String, Double)]

    Permalink
  21. def decodeInstanceAsDistribution(fs: List[String]): List[(String, Double)]

    Permalink
  22. def decodeInstanceRaw(lfs: List[(FeatureId, Double)]): Int

    Permalink
  23. def decodeSeqsFromFiles(decoder: DecodingAlgorithm): Unit

    Permalink
    Definition Classes
    Decoder
  24. def decodeSeqsToAnnotations(str: String, seqs: IndexedSeq[SourceSequence[List[(FeatureId, Double)]]]): Array[Annotation]

    Permalink
    Definition Classes
    Decoder
  25. def decodeSeqsToSources(exceptions: Set[String], id: String, seqs: IndexedSeq[SourceSequence[List[(FeatureId, Double)]]], decoder: DecodingAlgorithm): Unit

    Permalink
    Definition Classes
    Decoder
  26. def decodeSeqsToSourcesFromDeserialization(exceptions: Set[String], id: String, d: (sGen)#DeserializationT): (sGen)#Seqs

    Permalink
    Definition Classes
    Decoder
  27. def decodeSeqsToSourcesFromDeserialization(exceptions: Set[String], id: String, d: (sGen)#DeserializationT, decoder: DecodingAlgorithm): (sGen)#Seqs

    Permalink
    Definition Classes
    Decoder
  28. def decodeSeqsToSourcesFromFile(exceptions: Set[String], id: String, f: File, decoder: DecodingAlgorithm): (sGen)#Seqs

    Permalink
    Definition Classes
    Decoder
  29. def decodeSeqsToSourcesFromFiles(exceptions: Set[String], id: String, decoder: DecodingAlgorithm): (sGen)#Seqs

    Permalink
    Definition Classes
    Decoder
  30. def decodeSeqsToSourcesFromString(exceptions: Set[String], id: String, s: String, decoder: DecodingAlgorithm): (sGen)#Seqs

    Permalink
    Definition Classes
    Decoder
  31. def decodeSeqsToString(str: String, seqs: IndexedSeq[SourceSequence[List[(FeatureId, Double)]]]): String

    Permalink
    Definition Classes
    Decoder
  32. def decodeSources(exceptions: Set[String], id: String, s: IndexedSeq[SourceSequence[List[(FeatureId, Double)]]]): Unit

    Permalink
    Definition Classes
    Decoder
  33. def decodeSrc(src: ObsSource[List[(FeatureId, Double)]]): Int

    Permalink
  34. def decodeSrcToLabel(src: ObsSource[List[(FeatureId, Double)]]): AbstractLabel

    Permalink
  35. def decodeStd(): Unit

    Permalink
    Definition Classes
    MaxEntDecoder
  36. def decodeString(s: String): String

    Permalink
    Definition Classes
    Decoder
  37. def decodeStringToAnnotations(s: String): Array[Annotation]

    Permalink
    Definition Classes
    Decoder
  38. def decodeToAnnotations(s: String): Array[Annotation]

    Permalink
    Definition Classes
    MaxEntDecoderDecoder
  39. def decodeToFile(s: IndexedSeq[SourceSequence[List[(FeatureId, Double)]]], f: File, ofile: Option[File]): Unit

    Permalink
    Definition Classes
    Decoder
  40. def decodeToSources(exceptions: Set[String], id: String, s: String): (sGen)#Seqs

    Permalink
    Definition Classes
    Decoder
  41. def decodeToSources(exceptions: Set[String], id: String): (sGen)#Seqs

    Permalink
    Definition Classes
    Decoder
  42. def decodeToSources(exceptions: Set[String], id: String, f: File): (sGen)#Seqs

    Permalink
    Definition Classes
    Decoder
  43. def decodeTokenSequenceToStates(seq: Seq[String]): Seq[String]

    Permalink
    Definition Classes
    Decoder
  44. def decodeTokenSequenceToStatesJavaList(seq: List[String]): List[String]

    Permalink
    Definition Classes
    Decoder
  45. def decodeValuedInstance(fs: List[(String, Double)]): String

    Permalink
  46. def decodeValuedInstanceAsDistribution(fs: List[(String, Double)]): List[(String, Double)]

    Permalink
  47. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  48. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  49. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  50. def gatherFeatures(seqs: Seq[InstanceSequence]): Set[String]

    Permalink
    Attributes
    protected
    Definition Classes
    MaxEntDecoder
  51. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  52. val granularity: Int

    Permalink
    Definition Classes
    Decoder
  53. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  54. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  55. def mapToMaxEntInstance(lab: String, fs: Seq[InstanceSequence]): MaxEntInstance

    Permalink
    Attributes
    protected
    Definition Classes
    MaxEntDecoder
  56. val meDecoder: MaxEntDecodingAlgorithm

    Permalink
  57. val model: MaxEntModel

    Permalink
    Definition Classes
    MaxEntDecoderDecoder
  58. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  59. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  60. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  61. def numLabels: Int

    Permalink
  62. def runDecoder(dobj: (sGen)#DeserializationT, decoder: DecodingAlgorithm, outFile: Option[String]): Unit

    Permalink
    Definition Classes
    Decoder
  63. val sGen: MaxEntSeqGenAttVal with DecodingSeqGen[List[(FeatureId, Double)]] with SeqGenScorer[List[(FeatureId, Double)]]

    Permalink
    Definition Classes
    MaxEntDecoderDecoder
  64. def setDecoder(b: Boolean): Unit

    Permalink
    Definition Classes
    Decoder
  65. lazy val ss: Int

    Permalink
    Definition Classes
    Decoder
  66. val subSeqGen: TrainingSeqGen[String] with TextSeqGen

    Permalink
    Definition Classes
    MaxEntDecoder
  67. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  68. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  69. lazy val viterbiDecoder: DecodingAlgorithm

    Permalink
    Definition Classes
    Decoder
  70. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  71. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  72. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from MaxEntDecoder

Inherited from Decoder[List[(FeatureId, Double)]]

Inherited from AnyRef

Inherited from Any

Ungrouped