Metadata-Version: 2.1
Name: mentaldistancechecker
Version: 0.0.1
Summary: Estimating mental distance from conversational text and elapsed time.
Home-page: https://ds-musashino-u.github.io/portfolio-pessopeso/
Author: pesonginx
Author-email: s1922011@stu.musashino-u.ac.jp
License: MIT
Keywords: mental mentaldistance mentaldistancechecker
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown

# Mental Distance Checker

"MentalDistanceChecker" is a python program that estimates psychological distance from sentences and elapsed time.

# Requirement

* Python 3.8.6
* speechrecognition
* transformers
* fugashi
* ipadic

Environments under [pipenv for Windows](https://pipenv.pypa.io/en/latest/) and [pipenv for mac](https://pipenv.pypa.io/en/latest/) are tested.


# Installation

Install packages with pip(pipenv) command.

```bash
pip install speechrecognition
pip install transformers
pip install fugashi
pip install ipadic
```

# Usage

pip install mentaldistancechecker
```bash
from mentaldistancechecker import mentaldistancechecker
```

# Note

This is the version under development.

# Author

* Taichi Kezuka
* musashino university
* email:s1922011@stu.musashino-u.ac.jp

# License

"MentalDistanceChecker" is under [MIT license](https://en.wikipedia.org/wiki/MIT_License).


Thank you!

