Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Major updates for the Spring 2019 quarter #18

Merged
merged 14 commits into from
Mar 20, 2019
Prev Previous commit
Next Next commit
Version update
  • Loading branch information
cgpotts committed Mar 20, 2019
commit 945e109aa876266ccd72352aac857b03ac9091e0
3 changes: 3 additions & 0 deletions retrofitting.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
from scipy.spatial.distance import euclidean
import utils

__author__ = "Christopher Potts"
__version__ = "CS224u, Stanford, Spring 2019"


class Retrofitter(object):
"""Implements the baseline retrofitting method of Faruqui et al.
Expand Down