Package

nlpdata

util

Permalink

package util

Provides miscellaneous utility classes and methods.

This includes text rendering (Text), type-level lowercase strings, extension methods for Scala stdlib types, and some random stuff (the latter three on this object).

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. util
  2. PackagePlatformExtensions
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait HasAlignedTokens[-A] extends HasTokens[A] with Serializable

    Permalink
  2. trait HasTokens[-A] extends Serializable

    Permalink
  3. sealed trait LowerCaseStringCapsule extends LowerCaseStringCapsule0

    Permalink
  4. sealed trait LowerCaseStringCapsule0 extends AnyRef

    Permalink
  5. final class LowerCaseStringWrapper extends AnyVal

    Permalink
    Attributes
    protected
  6. trait PackagePlatformExtensions extends AnyRef

    Permalink
  7. implicit final class RichList[A] extends AnyVal

    Permalink
    Attributes
    protected[nlpdata]
  8. implicit final class RichValForLists[A] extends AnyVal

    Permalink
    Attributes
    protected[nlpdata]
  9. implicit final class RichValForOptions[A] extends AnyVal

    Permalink
    Attributes
    protected[nlpdata]
  10. final class StringToLowerCaseWrapper extends AnyVal

    Permalink
    Attributes
    protected

Value Members

  1. object HasAlignedTokens extends Serializable

    Permalink
  2. object HasTokens extends Serializable

    Permalink
  3. object IntMatch

    Permalink
    Attributes
    protected[nlpdata]
  4. val LowerCaseStrings: LowerCaseStringCapsule

    Permalink
  5. object LowerCaseStringsImpl extends LowerCaseStringCapsule

    Permalink
    Attributes
    protected
  6. object PosTags

    Permalink
  7. object Text

    Permalink

    Provides method(s) for rendering text from a list of tokens.

  8. def const[A](a: A): (Any) ⇒ A

    Permalink
    Attributes
    protected[nlpdata]
  9. def loadFile(path: Path): ManagedResource[Iterator[String]]

    Permalink
    Attributes
    protected[nlpdata]
    Definition Classes
    PackagePlatformExtensions
  10. def saveFile(path: Path, contents: String): Try[Unit]

    Permalink
    Attributes
    protected[nlpdata]
    Definition Classes
    PackagePlatformExtensions
  11. def simpleTokenize(s: String): Vector[String]

    Permalink

Inherited from PackagePlatformExtensions

Inherited from AnyRef

Inherited from Any

Ungrouped