Analyse automatique de phrases préfabriquées des interactions (PPI) — pipeline NLP + serveur FastAPI
Project description
PPI Analyser
Outil d'analyse automatique de phrases préfabriquées d'interaction (PPI) françaises.
Installation
python -m venv myenv
source myenv/bin/activate
pip install -e .
Configuration
Copy .env.example to .env and fill in your API keys:
cp .env.example .env
Usage
from ppi_analyser.core import PPIAnalyser
from ppi_analyser.config import PipelineConfig, AnalysisMode
analyser = PPIAnalyser()
config = PipelineConfig(
models=["mistral_mistral-medium-latest"],
expression="je t'en prie",
sentence_file="path/to/corpus.xlsx",
mode=AnalysisMode.ORAL,
output_dir="path/to/output",
)
df, state = analyser.process_sentences(config)
Modes
ORAL— corpus oralECRIT— corpus écrit (segmentation automatique)ECRIT_IA— corpus écrit avec détection des tours de parole par LLMECRIT_TEST— mode test rapide
Models supported
- Mistral (
mistral_mistral-medium-latest) - Ollama (
ollama_mistral:7b) - Groq (
groq_moonshotai/kimi-k2-instruct) - DeepSeek (
deepseek_deepseek-chat) - Gemini (
gemini_gemini-3-flash-preview)
ppi_analyser
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ppi_analyser-0.1.8.tar.gz
(113.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
ppi_analyser-0.1.8-py3-none-any.whl
(127.4 kB
view details)
File details
Details for the file ppi_analyser-0.1.8.tar.gz.
File metadata
- Download URL: ppi_analyser-0.1.8.tar.gz
- Upload date:
- Size: 113.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f930c0b91dab4808022ee33ff0975b9bbcd5622867b5656520bedf0f1f39bf1f
|
|
| MD5 |
00f7b23ae420e68d5528e707101d4867
|
|
| BLAKE2b-256 |
fb1e9385a5f02437b0ef1c8b3f320f7dca0d1cfb85a042dc4ebabd55c16c04b8
|
File details
Details for the file ppi_analyser-0.1.8-py3-none-any.whl.
File metadata
- Download URL: ppi_analyser-0.1.8-py3-none-any.whl
- Upload date:
- Size: 127.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b28c5806907c3f34774d99d4e1bc1246df1dc2203726d3d7c641076e3f945b0f
|
|
| MD5 |
d0248c1231ec5e128e24708319cb204c
|
|
| BLAKE2b-256 |
cc60f28be8ee5dce12c3c21947cd93c463c4ba41b30df6fabb54cbf3c9bb380f
|