GithubHelp home page GithubHelp logo
Qualichat photo

qualichat Goto Github PK

repos: 4.0 gists: 0.0

Name: Qualichat

Type: Organization

Bio: Groups' frames of relevance. Open-source linguistic ethnography tool for framing public opinion in mediatized groups. Coding by #NLProc in #Python.

Twitter: qualichat

Location: São Paulo

Blog: www.qualichat.com

Qualichat

Downloads

Open-source linguistic ethnography tool for framing public opinion in mediatized groups.

Table of Contents

Installing

Python 3.7.1 or higher is required.

To install the library, you can just run the following command:

$ pip install -U qualichat

Before using the library, it's necessary to download the Spacy language model. You can do this by running:

$ python -m spacy download en_core_web_sm

To install a development version, follow these steps:

$ git clone https://github.com/qualichat/qualichat
$ cd qualichat

# Linux/MacOS
$ python3 -m pip install -U .
# Windows
$ py -3 -m pip install -U .

Compatibility Note

Python 3.12 Compatibility:

As of the current release, Qualichat has been extensively tested on Python versions up to 3.11. While we strive to ensure compatibility with newer versions of Python, please note that Python 3.12 is a recent release and might have limited coverage in terms of library support and testing. As such, you may encounter unexpected issues or incompatibilities when using Qualichat with Python 3.12.

We recommend using Python 3.7.1 or higher, but not exceeding version 3.11 for the most stable experience. We appreciate any feedback or contributions regarding compatibility with newer Python versions, including Python 3.12.

Quickstart

To use this library, you need a plain chat text file, following this format:

[dd/mm/yy hh:mm:ss] <contact name>: <message>

After inserting a chat file (e.g., _chat.txt), you can execute the program with the following command:

python -m qualichat load <path-to-chat-file>

For example:

python -m qualichat load _chat.txt

For example, see this following sample chat file named _chat.txt:

[01/01/2021 07:52:45] Joel: Hello!
[01/01/2021 07:52:47] Mary: Hi!
[01/01/2021 07:52:49] Joel: How are you guys?
[01/01/2021 07:52:52] Mary: We are fine! 😊
How about you?
[01/01/2021 07:52:55] Oliva: Everything's great!
[01/01/2021 07:52:59] Joel: Cool! I am also fine!
[01/01/2021 07:53:03] John left

In a terminal, you will just load the chat using the command mentioned before:

python -m qualichat load _chat.txt

Links

Qualichat's Projects

frames icon frames

Get involve with Qualichat, codding in Python. Look it up features description in Qualichat Wiki. Qualichat aims to help Brazilian Portuguese-speaking researchers to find relevant frames in mediatized groups. Qualichat is a non-profit project that provides to the academic community a free computing package to be available on Python for quali-quantitative analysis of interactions in mediatized groups.

qualichat icon qualichat

Open-source linguistic ethnography tool for framing public opinion in mediatized groups.

qualitube icon qualitube

A Python package for YouTube qualitative data analysis

questionary icon questionary

Python library to build pretty command line user prompts ✨Easy to use multi-select lists, confirmations, free text prompts ...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.