Skip to content

Web application for first person singular pronoun analysis. It follows the depression theory.

License

Notifications You must be signed in to change notification settings

lcarnevale/first-person-analysis

Repository files navigation

First Person Singular Pronoun Analysis

Alt text

First singular person pronouns have a relevant scientific importance as indicators of depression, anxiety and mental disease. Such a problem can be explored with linguistic analysis, evaluating how much frequently people talk about themselves. Therefore, the attention moves into linguistic indicators, such as the pronouns I, me, my and mine.

That framework aims to provide a tool for computing the first person singular pronouns frequency in a pool of samples.

Microservice

How to run it

Build an image using the Dockerfile:

$ docker build -t lcarnevale/first-person-analysis .

Run the image, exposing the dev port:

$ docker run -d --rm -p 5005:5005 --name first-person-analysis lcarnevale/first-person-analysis

Credits

The project is part of the scientific research carried out at University of Messina and it aims to be a research product.

About

Web application for first person singular pronoun analysis. It follows the depression theory.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published