cltl / BL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Level

The goal of this repository is to perform experiments to gain insights into the Basic Level (Event). The most used resource is Wikidata.

Prerequisites

Python 3.6 was used to create this project. It might work with older versions of Python.

Usage

This repository has several purposes:

  1. represent Wikidata in Python classes (see Wikidata Representation )
  2. Incorporating output from MWEP into the Wikidata representation. (see Incorporating MWEP into Wikidata representation )
  3. Basic Level Detection (see Basic Level Detection)

Python modules

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

Action points

  • vizualize graph
  • labels in n languages, notably Dutch and Italian
  • facilitate to move higher than event node in representing Wikidata
  • possibility of retagging incidents with other event type(s)

Authors

License

This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details

About

License:Apache License 2.0


Languages

Language:Python 97.8%Language:Shell 2.2%