Skip to content

Welcome to the Framework for Mining Arguments repository! This project aims to provide a comprehensive framework for mining arguments from textual data.

License

Notifications You must be signed in to change notification settings

argrecsys/arg-min-fw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Framework for Mining Arguments

Welcome to the Framework for Mining Arguments repository! This project aims to provide a comprehensive framework for mining arguments from textual data. Leveraging natural language processing techniques, along with machine learning and deep learning algorithms, users can automatically train and generate models that mine arguments for further analysis. This capability enables deeper insights and facilitates comprehensive analysis for a wide range of applications.

Whether you're a researcher, developer, or enthusiast in the field of argumentation mining, this repository offers a powerful toolkit to explore and advance the understanding of complex textual arguments.

Get Started

Execute the following commands in your terminal (such as PowerShell) to condition the environment to run the argument mining framework:

cd /arg-min-fw
python -m venv .venv
.venv/Scripts/activate (or, `source .venv/bin/activate` in Unix-like OS)
pip install -r requirements-win.txt (or, `pip install -r requirements-unix.txt` in Unix-like OS)

To run the argument mining framework execute the following command in the terminal:

python ./src/app/main.py

Deactivate the virtual environment when done:

deactivate

Authors

Created on Apr 10, 2024
Created by:

License

This project is licensed under the terms of the Apache License 2.0.

Acknowledgements

This work was supported by the Spanish Ministry of Science and Innovation (PID2019-108965GB-I00).

About

Welcome to the Framework for Mining Arguments repository! This project aims to provide a comprehensive framework for mining arguments from textual data.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages