com.twitter.finagle.examples

names

package names

Visibility
  1. Public
  2. All

Type Members

  1. class ModelLoader extends AnyRef

    A helper class that allows us to keep most of the gritty details about how our models are deserialized out of the definition of com.twitter.finagle.examples.names.NameRecognizer.

  2. class NameRecognizer extends AnyRef

    Processes text to extract names of people, places, and organizations.

  3. case class NameResult(persons: Seq[String], locations: Seq[String], organizations: Seq[String]) extends Product with Serializable

    Represents the result of running name recognition on a text.

Value Members

  1. object NameRecognizer extends ModelLoader

  2. object NameResult extends Serializable

  3. object NamesServer extends TwitterServer

  4. package thriftscala

Ungrouped