Skip to main content

Extract themes from verbatims

Project description

Matcher-pcx-synomia

Extract themes from verbatims.

Version 1.1.4

Release date: 2019-10-30

Getting Started

pip install ...

Prerequisites

  • flashtext: $ pip install flashtext

Usage

  • You would need a lexicon.txt with the following structure:

manque de place=><manque de place;place;-1< personnel désagréable=><personnel désagréable;personnel;-1< train direct=><train direct;train;1<

  • Init matcher:

themes_matcher = matcher.ThemesMatcher('lexicon.txt')

  • Extract themes from verbatims:

verbatims = ["","Le confort et la propreté","Rapidité (Train Direct), mais personnel désagréable","c'est catastrophique… retards chroniques, personnel désagréable","Le manque de place ds le tgv"] matches = themes_matcher.match(verbatims) print(matches) [[], [], [['train direct', 'train', '1'], ['personnel désagréable', 'personnel', '-1']], [['personnel désagréable', 'personnel', '-1']], [['manque de place', 'place', '-1']]]

Authors

  • Synomia

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

matcher_pcx_synomia-1.1.4.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

matcher_pcx_synomia-1.1.4-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page