All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.johnsnowlabs.nlp.annotators.assertion.logreg.Tokenizer.scala Maven / Gradle / Ivy

There is a newer version: 1.6.2
Show newest version
package com.johnsnowlabs.nlp.annotators.assertion.logreg

/**
  * Created by jose on 18/12/17.
  */
trait Tokenizer extends Serializable {

  def tokenize(sent: String) : Array[String]

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy