Package

au.id.cxd.text

helpers

Permalink

package helpers

Visibility
  1. Public
  2. All

Type Members

  1. case class EmbeddedStopwordsLoader() extends StopwordsLoader with Product with Serializable

    Permalink

    Created by cd on 7/1/17.

  2. case class IndexedTextCsvReader(skipHeader: Boolean = true, idColumns: Seq[Int] = Seq[Int](), separators: Array[Char] = Array[Char]('\t', ',')) extends CsvReader with Product with Serializable

    Permalink

    Read the CSV data and map identifier columns into a resulting map where each row index of the Csv is returned for the corresponding set of identifier columns.

    Read the CSV data and map identifier columns into a resulting map where each row index of the Csv is returned for the corresponding set of identifier columns. Note in the case where the idColumns is an empty sequence no row indexes will be returned. Created by cd on 9/1/17.

  3. trait StopwordsLoader extends AnyRef

    Permalink

    Created by cd on 7/1/17.

Ungrouped