com.gilt.nlp

POS

object POS

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

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object Adjective extends POS with Product with Serializable

  7. object Adverb extends POS with Product with Serializable

  8. object CardinalNumber extends POS with Product with Serializable

  9. object ComparativeAdjective extends POS with Product with Serializable

  10. object ComparativeAdverb extends POS with Product with Serializable

  11. object CoordinatingConjunction extends POS with Product with Serializable

  12. object Determiner extends POS with Product with Serializable

  13. object ExistentialThere extends POS with Product with Serializable

  14. object ForeignWord extends POS with Product with Serializable

  15. object Interjection extends POS with Product with Serializable

  16. object ListModalMarker extends POS with Product with Serializable

  17. object Modal extends POS with Product with Serializable

  18. object NonThirdPersonSingularPresentVerb extends POS with Product with Serializable

  19. object Particle extends POS with Product with Serializable

  20. object PastParticipleVerb extends POS with Product with Serializable

  21. object PastTenseVerb extends POS with Product with Serializable

  22. object PersonalPronoun extends POS with Product with Serializable

  23. object PluralNoun extends POS with Product with Serializable

  24. object PluralProperNoun extends POS with Product with Serializable

  25. object PossessiveEnding extends POS with Product with Serializable

  26. object PossessivePronoun extends POS with Product with Serializable

  27. object PossessiveWhpronoun extends POS with Product with Serializable

  28. object Predeterminer extends POS with Product with Serializable

  29. object Preposition extends POS with Product with Serializable

  30. object PresentParticipleVerb extends POS with Product with Serializable

  31. object SingularNoun extends POS with Product with Serializable

  32. object SingularProperNoun extends POS with Product with Serializable

  33. object SuperlativeAdverb extends POS with Product with Serializable

  34. object SupurlativeAdjective extends POS with Product with Serializable

  35. object Symbol extends POS with Product with Serializable

  36. object ThirdPersonSingularPresentVerb extends POS with Product with Serializable

  37. object To extends POS with Product with Serializable

  38. object Unknown extends POS with Product with Serializable

  39. object Verb extends POS with Product with Serializable

  40. object Whadverb extends POS with Product with Serializable

  41. object Whdeterminer extends POS with Product with Serializable

  42. object Whpronoun extends POS with Product with Serializable

  43. def apply(tag: String): POS

  44. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  45. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  49. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  50. def hashCode(): Int

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

    Definition Classes
    Any
  52. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  53. final def notify(): Unit

    Definition Classes
    AnyRef
  54. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  55. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  56. def toString(): String

    Definition Classes
    AnyRef → Any
  57. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped