From 910f547b92b7738e6fc0df6cfd906af41aa42181 Mon Sep 17 00:00:00 2001 From: chernenko <chernenko@cl.uni-heidelberg.de> Date: Fri, 30 Mar 2018 17:23:39 +0200 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f016ce..4c15aa1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ +# AUTHORS + +Chernenko Tatjana, Toyota Utaemon + +(chernenko|toyota)@cl.uni-heidelberg.de + +Institute of Computational Linguistics + +Heidelberg University, Germany + # CHERTOY This is an implementation of the CHERTOY system for the Word Sense Induction task (the Task 11 at SemEval 2013). @@ -11,7 +21,7 @@ It makes the preprocessing of the input data, creates a language model using vec ## RUNNING INSTRUCTIONS -Dependences: +Dependencies: - sense2vec (paper: https://arxiv.org/abs/1511.06388, code: https://github.com/explosion/sense2vec) - skikit-learn -- GitLab