themefinder 0.0.3__tar.gz → 0.0.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of themefinder might be problematic. Click here for more details.
- {themefinder-0.0.3 → themefinder-0.0.5}/PKG-INFO +1 -1
- {themefinder-0.0.3 → themefinder-0.0.5}/pyproject.toml +1 -1
- {themefinder-0.0.3 → themefinder-0.0.5}/LICENCE +0 -0
- {themefinder-0.0.3 → themefinder-0.0.5}/README.md +0 -0
- {themefinder-0.0.3 → themefinder-0.0.5}/src/themefinder/__init__.py +0 -0
- {themefinder-0.0.3 → themefinder-0.0.5}/src/themefinder/core.py +0 -0
- {themefinder-0.0.3 → themefinder-0.0.5}/src/themefinder/llm_batch_processor.py +0 -0
- {themefinder-0.0.3 → themefinder-0.0.5}/src/themefinder/models.py +0 -0
- {themefinder-0.0.3 → themefinder-0.0.5}/src/themefinder/prompts/consultation_system_prompt.txt +0 -0
- {themefinder-0.0.3 → themefinder-0.0.5}/src/themefinder/prompts/detail_detection.txt +0 -0
- {themefinder-0.0.3 → themefinder-0.0.5}/src/themefinder/prompts/sentiment_analysis.txt +0 -0
- {themefinder-0.0.3 → themefinder-0.0.5}/src/themefinder/prompts/theme_condensation.txt +0 -0
- {themefinder-0.0.3 → themefinder-0.0.5}/src/themefinder/prompts/theme_generation.txt +0 -0
- {themefinder-0.0.3 → themefinder-0.0.5}/src/themefinder/prompts/theme_mapping.txt +0 -0
- {themefinder-0.0.3 → themefinder-0.0.5}/src/themefinder/prompts/theme_refinement.txt +0 -0
- {themefinder-0.0.3 → themefinder-0.0.5}/src/themefinder/prompts/theme_target_alignment.txt +0 -0
- {themefinder-0.0.3 → themefinder-0.0.5}/src/themefinder/themefinder_logging.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "themefinder"
|
|
3
|
-
version = "0.0.
|
|
3
|
+
version = "0.0.5"
|
|
4
4
|
description = "A topic modelling Python package designed for analysing one-to-many question-answer data eg free-text survey responses."
|
|
5
5
|
authors = ["i.AI <packages@cabinetoffice.gov.uk>"]
|
|
6
6
|
packages = [{include = "themefinder", from = "src"}]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{themefinder-0.0.3 → themefinder-0.0.5}/src/themefinder/prompts/consultation_system_prompt.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|