Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Automatic detection of negation and the words they affect.

License

lorainemg/negation-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Negation Detection

This repository contains a machine learning-based solution for the automatic detection of negation and the words they affect in Spanish text. The solution is divided into two phases: first, it identifies the negation signals, and second, it determines the scope of these signals. This approach can improve tasks in Natural Language Processing (NLP) such as Information Extraction, Sentiment Analysis, and Question Answering.

Features

  • Detects negation signals in Spanish texts
  • Identifies the scope of negations
  • Built using supervised machine learning techniques

Installation

To set up the project, clone the repository and install dependencies:

git clone https://github.com/lorainemg/negation-detection.git
cd negation-detection
docker-compose up

Usage

After setting up, you can use the script for negation detection. Specific instructions on how to run the model can be added here.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

This work utilizes a corpus from Clic Corpus for training.

About

Automatic detection of negation and the words they affect.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published