lib_judge v0.4.4
  • Pages
  • Modules

    View Source LibJudge (lib_judge v0.4.4)

    Documentation for LibJudge.

    Link to this section Summary

    Functions

    get!(version, allow_online \\ true, prefix \\ "priv/data/")

    See LibJudge.Versions.get!/3.

    tokenize(text)

    See LibJudge.Tokenizer.tokenize/1.

    Link to this section Functions

    Link to this function

    get!(version, allow_online \\ true, prefix \\ "priv/data/")

    View Source
    @spec get!(:current | String.t(), boolean(), String.t()) :: String.t()

    See LibJudge.Versions.get!/3.

    Link to this function

    tokenize(text)

    View Source
    @spec tokenize(String.t()) :: [LibJudge.Tokenizer.token()]

    See LibJudge.Tokenizer.tokenize/1.

    On Hex.pm: Package Preview (current file)

    Built using ExDoc (v0.29.0) for the Elixir programming language