Skip to content

Instantly share code, notes, and snippets.

@mostafam
Last active August 13, 2020 08:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mostafam/02302f3e83346e2e74f9bf4ff0de2174 to your computer and use it in GitHub Desktop.
Save mostafam/02302f3e83346e2e74f9bf4ff0de2174 to your computer and use it in GitHub Desktop.
stringChecker Instance
scala> val stringChecker = new StringChecker(uid = "string_checker", model = new StringCheckerModel(caseSensitive = false)).
setInputCols("text", "query").
setOutputCol("is_it_there?")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment