cltl / FN_Reader

The goal of this repository is to provide insight into English FrameNet (v1.5 or v1.7) in the form of definitions, descriptive statistics, and visualizations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FN-Reader

The goal of this repository is to provide insight into English FrameNet (v1.5 or v1.7) in the form of definitions, descriptive statistics, and visualizations.

This repository is currently in development. It should improve over time.

Prerequisites

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

Installing

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

How to use

The name of each notebook indicates what type of information is explained in it:

  • Lu-to-Frame.ipynb
  • FE-to-FE relations.ipynb
  • Frame-to-FE relations.ipynb
  • Frame-to-frame relations.ipynb
  • Grammatical Functions.ipynb
  • Lemma - frame.ipynb
  • Phrase types.ipynb

Authors

License

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

About

The goal of this repository is to provide insight into English FrameNet (v1.5 or v1.7) in the form of definitions, descriptive statistics, and visualizations.

License:Apache License 2.0


Languages

Language:Jupyter Notebook 80.2%Language:Python 19.7%Language:Shell 0.1%