kr.bydelta

koala

package koala

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. koala
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final val ALPHA_PRON: Seq[String]

    Attributes
    protected
  2. final val ALPHA_PRON_ORDER: Seq[Char]

    Attributes
    protected
  3. def HNNdepTag(tag: String): koala.FunctionalTag.Value

  4. def KKMAdepTag(tag: String): koala.FunctionalTag.Value

  5. def fromEunjeonTag(tag: String): koala.POS.Value

  6. def fromHNNTag(tag: String): koala.POS.Value

  7. def fromKKMATag(tag: String): koala.POS.Value

  8. def fromKomoranTag(tag: String): koala.POS.Value

  9. def fromTwtTag(tag: String): koala.POS.Value

  10. package helper

  11. package hnn

  12. final def isAlphabetPronounced(word: String): Boolean

    Annotations
    @tailrec()
  13. final def pronounceAlphabet(x: String, acc: String): String

    Annotations
    @tailrec()
  14. def tagToEunjeon(tag: koala.POS.Value): String

  15. def tagToHNN(tag: koala.POS.Value): String

  16. def tagToKKMA(tag: koala.POS.Value): String

  17. def tagToKomoran(tag: koala.POS.Value): String

  18. def tagToTwt(tag: koala.POS.Value): String

  19. final def writeAlphabet(x: String, acc: String): String

    Annotations
    @tailrec()

Inherited from AnyRef

Inherited from Any

Ungrouped