Skip to content

Instantly share code, notes, and snippets.

View kepler's full-sized avatar
🎯
Focusing

Fabio Natanael Kepler kepler

🎯
Focusing
View GitHub Profile
@kepler
kepler / CLA Unbabel.md
Created February 12, 2019 19:39
CLA Unbabel

Unbabel Contributor Agreement

This Contributor Agreement (this "Agreement") applies to any Contribution you make to any Work.

This is a binding legal agreement on you and any organization you represent. If you are signing this Agreement on behalf of your employer or other organization, you represent and warrant that you have the authority to agree to this Agreement on behalf of the organization.

1. Definitions

"Contribution" means any original work, including any modification of or addition to an existing work, that you submit to us in any manner for inclusion in any Work.

@kepler
kepler / evaluate_wmt16_task1.py
Last active April 25, 2019 13:54
Evaluation script for Task 1 of the WMT Quality Estimation challenge.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
evaluate_wmt16_task1
~~~~~~~~~~~~~~~~~~~~
Evaluation script for Task 1 of the WMT Quality Estimation challenge.
:copyright: (c) 2016 by Fabio Kepler
:licence: MIT
@kepler
kepler / vlngram.py
Created February 7, 2013 00:00
Variable length n-gram markov chain for sequence learning.
"""
Fabio N. Kepler, Sergio L. S. Mergen, Cleo Z. Billa, Jose C. Bins
2012
First written for the PAutomaC Competition, 2012.
Check URL for file format details.
(http://ai.cs.umbc.edu/icgi2012/challenge/Pautomac)
You are free to use it. We would like if you let us know (kepler@unipampa.edu.br).
@kepler
kepler / sshplus.py
Created September 2, 2011 18:03
SSHplus
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# SSHplus
# A remote connect utlity, sshmenu compatible clone, and application starter.
#
# (C) 2011 Anil Gulecha
# Based on sshlist, incorporating changes by Benjamin Heil's simplestarter
#
# This program is free software: you can redistribute it and/or modify