Skip to content

Instantly share code, notes, and snippets.

View muschneider's full-sized avatar

Mauro Schneider muschneider

View GitHub Profile
@muschneider
muschneider / 0_reuse_code.js
Created June 22, 2016 13:33
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@muschneider
muschneider / rm_delicious_link.groovy
Created February 16, 2015 00:06
Groovy example to delete all delicious links
@muschneider
muschneider / nlp-pt-ex.groovy
Last active August 29, 2015 14:15
OpenNLP Portugue Example
@Grapes([
@Grab('org.apache.opennlp:opennlp-tools:1.5.2-incubating'),
@GrabExclude('jwnl:jwnl')
])
import opennlp.tools.postag.*
import opennlp.tools.sentdetect.*
import opennlp.tools.tokenize.*
def texto = "Pense bem. Quem casa quer casa."