diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..f217818cdd67094c5e331a1ea45b8499f810b114 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 Maja Hoffmann, Victor Zimmermann + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..380bb4dc3e3e5f21047a0d77c56cb8c4752d4c70 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,73 @@ +# absinth + +Absinth is a graph based approach to word sense induction. Out system is based on Hyperlex (Véronis 2004) and made for SemEval-2013 Task 11 (Navigli, Vannella). + +## Getting Started + +Clone our system using git. + +``` +$ git clone https://gitlab.cl.uni-heidelberg.de/zimmermann/absinth/ +``` + +### Prerequisites + +Download the evaluator and dataset from the task page and place them in the appropriate folders. This repository already includes a version of this evaluator. For proper testing however, the official one should be used. + + +https://www.cs.york.ac.uk/semeval-2013/task11/index.php%3Fid=data.html + + +### Installing + +A step by step series of examples that tell you have to get a development env running + +Change to source directory. + +``` +$ cd absinth/src +``` + +Run setup.py. + +``` +$ python3 setup.py +``` + +Specify paths and (if appropriate) other variables for our system. + +``` +$ emacs config.py +``` + +## Deployment + +Run absinth without modifiers to use the dataset path and with '-t' for the trial path. + +``` +$ python3 absinth.py +``` + +``` +$ python3 absinth.py -t +``` + +## Built With + +* [NetworkX](https://networkx.github.io/) - Graph implementation +* [NLTK](http://www.nltk.org/) - Stopwords +* [Spacy](https://spacy.io/) - Tokenisation and syntactic parsing +* [NumPy](http://www.numpy.org/) - Maths + +## Authors + +* **Maja Hoffmann** - [hoffmann](https://gitlab.cl.uni-heidelberg.de/hoffmann/) +* **Victor Zimmermann** - [zimmermann](http://www.cl.uni-heidelberg.de/~zimmermann/) + +## License + +This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details + +## Acknowledgments + +* In Loving Memory of Bente Nittka.