The goal of this repository is to exploit Dutch resources to create a Dutch FrameNet
Python 3.6 was used to create this project. It might work with older versions of Python.
A number of external modules need to be installed, which are listed in requirements.txt. Depending on how you installed Python, you can probably install the requirements using one of following commands:
pip install -r requirements.txt
A number of GitHub repositories need to be cloned. This can be done calling:
bash install.sh
Perform the following call for more information about usage
python dominant_frame_labeler.py -h
- compare against FrameNet corpus
- move from predictions to automatically labeling English occurrences
- move from predictions to automatically labeling Dutch and Italian occurrences
- resource-based statistics
- annotate x number of instances
- evaluate
- Marten Postma (m.c.postma@vu.nl)
This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details