Skip to content

Instantly share code, notes, and snippets.

@fczuardi
Created April 12, 2016 21:29
Show Gist options
  • Select an option

  • Save fczuardi/25da5e105da35a2ff8d4ff010a0c5fa0 to your computer and use it in GitHub Desktop.

Select an option

Save fczuardi/25da5e105da35a2ff8d4ff010a0c5fa0 to your computer and use it in GitHub Desktop.
command line to extract utterances from LUIS app log
cat ~/Desktop/logs.csv|grep "^\"" | cut -d , -f 1 | sort | uniq -u | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment