Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 756 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 756 Bytes

Keyword Extractor

Extracts keyword information from RDF data.

Usage

File locations and other options can be set after line 182

To execute the script, Python 3 and pip3 are required.

Either download the ZIP version of this repository and unpack it or clone it using the following:

git clone https://github.com/AaronWinziers/KeywordExtractor.git

Navigate into the folder containing the code, and execute the following in order to install the required packages:

pip3 install -r requirements.txt

Then, enter the following to execute the script:

python3 main.py 

Data that has been sorted by this script should not be assumed to be correct and needs to be checked manually before being used further.