Skip to content
/ relatio Public
forked from relatio-nlp/relatio

Code base for constructing narrative statements from text

License

Notifications You must be signed in to change notification settings

msvana/relatio

This branch is 2 commits ahead of, 125 commits behind relatio-nlp/relatio:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

257c0ab · Jul 31, 2023
Feb 4, 2022
Feb 4, 2022
Aug 23, 2022
May 16, 2022
Nov 15, 2021
Feb 4, 2022
Nov 15, 2021
Oct 27, 2021
Jul 31, 2023
Feb 4, 2022
Nov 15, 2021
Mar 19, 2021
May 16, 2022

Repository files navigation

This Relatio fork adds printing sillhoutte score when performing k-means clustering

Relatio

A Python package to extract narrative statements from text.

Installation

Runs on Linux and macOS (x86 platform) and it requires Python 3.7 (or 3.8) and pip.
It is highly recommended to use a virtual environment (or conda environment) for the installation.

# upgrade pip, wheel and setuptools
python -m pip install -U pip wheel setuptools

# install the package
python -m pip install -U relatio

# download SpaCy and NLTK additional resources
python -m spacy download en_core_web_sm
python -m nltk.downloader punkt wordnet stopwords averaged_perceptron_tagger

In case you want to use Jupyter make sure that you have it installed in the current environment.

If you are interested in contributing to the project please read the Development Guide.

Team

relatio is brought to you by

with a special thanks for support of ETH Scientific IT Services.

About

Code base for constructing narrative statements from text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 68.3%
  • Python 31.7%