org.allenai.nlpstack.parse

BankerProtocol

Related Doc: package parse

object BankerProtocol

Interface between the Banker tool and the Polyparser, including a spray-json protocol for objects used by the banker UI. This will help ease the migration to reming (or allow the banker UI to stay on spray-json). The banker UI uses TransitionConstraint and PolytreeParse in its models.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BankerProtocol
  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: Any): Boolean

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

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

    Definition Classes
    AnyRef → Any
  4. implicit object ParserConstraintFormat extends JsonFormat[TransitionConstraint]

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. implicit val bankerParseFormat: RootJsonFormat[BankerParse]

  7. def clone(): AnyRef

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. implicit val forbiddenArcLabelFormat: PackedJsonFormat[ForbiddenArcLabel]

  12. implicit val forbiddenEdgeFormat: PackedJsonFormat[ForbiddenEdge]

  13. final def getClass(): Class[_]

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

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

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

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

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

    Definition Classes
    AnyRef
  19. def parseUntokenizedSentence(parser: TransitionParser, text: String): Option[BankerParse]

    Tokenizes, tags, and parses an untokenized sentence.

    Tokenizes, tags, and parses an untokenized sentence.

    parser

    the parser to use for parsing the sentence

    text

    the untokenized sentence

    returns

    a parse for the argument sentence

  20. def parseWithConstraints(parser: TransitionParser, sentence: Sentence, constraints: Set[TransitionConstraint]): Option[BankerParse]

    Parses a sentence subject to a set of constraints.

    Parses a sentence subject to a set of constraints.

    parser

    the parser to use

    sentence

    the sentence to parse

    constraints

    the constraints you want to parser to obey

    returns

    a parse tree obeying your specified constraints

  21. implicit val requestedArcFormat: PackedJsonFormat[RequestedArc]

  22. implicit val requestedCposFormat: PackedJsonFormat[RequestedCpos]

  23. implicit val sentenceFormat: RootJsonFormat[Sentence]

  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toString(): String

    Definition Classes
    AnyRef → Any
  26. implicit val tokenFormat: RootJsonFormat[Token]

  27. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped