Packages

c

controllers

ReverseApiController

class ReverseApiController extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReverseApiController
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReverseApiController(_prefix: ⇒ String)

Value Members

  1. def _defaultPrefix: String
  2. def annotate(text: String, pretty: Option[Boolean]): Call
  3. def buildInfo(pretty: Option[Boolean]): Call
  4. def configInfo(pretty: Option[Boolean]): Call
  5. def extract(text: String, pretty: Option[Boolean]): Call
  6. def index(): Call
  7. def openAPI(): Call
  8. def parseQuery(text: String, pretty: Option[Boolean]): Call
  9. def taxonomyHypernymsFor(term: String, pretty: Option[Boolean]): Call
  10. def taxonomyHyponymsFor(term: String, pretty: Option[Boolean]): Call