themefinder 0.2.0__py3-none-any.whl → 0.3.1__py3-none-any.whl
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: themefinder
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.1
|
|
4
4
|
Summary: A topic modelling Python package designed for analysing one-to-many question-answer data eg free-text survey responses.
|
|
5
5
|
License: MIT
|
|
6
6
|
Author: i.AI
|
|
@@ -23,13 +23,14 @@ Requires-Dist: pandas (>=2.2.2,<3.0.0)
|
|
|
23
23
|
Requires-Dist: pyarrow (>=15.0.0,<16.0.0)
|
|
24
24
|
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
|
|
25
25
|
Requires-Dist: scikit-learn
|
|
26
|
+
Requires-Dist: toml (>=0.10.2,<0.11.0)
|
|
26
27
|
Project-URL: Documentation, https://i-dot-ai.github.io/themefinder/
|
|
27
28
|
Project-URL: Repository, https://github.com/i-dot-ai/themefinder/
|
|
28
29
|
Description-Content-Type: text/markdown
|
|
29
30
|
|
|
30
31
|
# ThemeFinder
|
|
31
32
|
|
|
32
|
-
ThemeFinder is a topic modelling Python package designed for
|
|
33
|
+
ThemeFinder is a topic modelling Python package designed for analysing one-to-many question-answer data (i.e. survey responses, public consultations, etc.). See the [docs](https://i-dot-ai.github.io/themefinder/) for more info.
|
|
33
34
|
|
|
34
35
|
> [!IMPORTANT]
|
|
35
36
|
> Incubation project: This project is an incubation project; as such, we don't recommend using this for critical use cases yet. We are currently in a research stage, trialling the tool for case studies across the Civil Service. Find out more about our projects at https://ai.gov.uk/.
|
|
@@ -37,24 +38,9 @@ ThemeFinder is a topic modelling Python package designed for analyzing one-to-ma
|
|
|
37
38
|
|
|
38
39
|
## Quickstart
|
|
39
40
|
|
|
40
|
-
### Install
|
|
41
|
+
### Install using your package manager of choice
|
|
41
42
|
|
|
42
|
-
|
|
43
|
-
```
|
|
44
|
-
git clone https://github.com/i-dot-ai/themefinder.git
|
|
45
|
-
```
|
|
46
|
-
|
|
47
|
-
Install the package into your virtual environment, where `<FILE_PATH>` is the location of the `themefinder` directory.
|
|
48
|
-
|
|
49
|
-
Install with pip:
|
|
50
|
-
```
|
|
51
|
-
pip install -e <FILE_PATH>
|
|
52
|
-
```
|
|
53
|
-
|
|
54
|
-
Install with poetry:
|
|
55
|
-
```
|
|
56
|
-
poetry add -e <FILE_PATH>
|
|
57
|
-
```
|
|
43
|
+
For example `pip install themefinder` or `poetry add themefinder`.
|
|
58
44
|
|
|
59
45
|
### Usage
|
|
60
46
|
|
|
@@ -138,7 +124,7 @@ ThemeFinder's pipeline consists of five distinct stages, each utilizing a specia
|
|
|
138
124
|
- Employs comparative prompts to combine similar or overlapping themes
|
|
139
125
|
- Reduces redundancy in identified topics through systematic theme evaluation
|
|
140
126
|
|
|
141
|
-
###
|
|
127
|
+
### Theme refinement
|
|
142
128
|
- Leverages standardisation prompts to normalise theme descriptions
|
|
143
129
|
- Creates clear, consistent theme definitions through structured refinement
|
|
144
130
|
|
|
@@ -164,4 +150,4 @@ The documentation is [© Crown copyright](https://www.nationalarchives.gov.uk/in
|
|
|
164
150
|
|
|
165
151
|
## Feedback
|
|
166
152
|
|
|
167
|
-
If you have feedback on this package, please fill in our feedback form
|
|
153
|
+
If you have feedback on this package, please fill in our [feedback form](https://forms.gle/85xUSMvxGzSSKQ499) or contact us with questions or feedback at packages@cabinetoffice.gov.uk.
|
|
@@ -8,7 +8,7 @@ themefinder/prompts/theme_generation.txt,sha256=09m2OKNHbdNAAi5Bifi_jmc53Ktg8Jnl
|
|
|
8
8
|
themefinder/prompts/theme_mapping.txt,sha256=8qJXDAyXSsM9qt3yTjsoaiN2F3RYBGqp-vSJ9ZLfU1Q,2091
|
|
9
9
|
themefinder/prompts/theme_refinement.txt,sha256=QB0w_veTAJk533rqVyh42OHNfdZ9BmKTxoHO4UMCVwo,3359
|
|
10
10
|
themefinder/themefinder_logging.py,sha256=n5SUQovEZLC4skEbxicjz_fOGF9mOk3S-Wpj5uXsaL8,314
|
|
11
|
-
themefinder-0.
|
|
12
|
-
themefinder-0.
|
|
13
|
-
themefinder-0.
|
|
14
|
-
themefinder-0.
|
|
11
|
+
themefinder-0.3.1.dist-info/LICENCE,sha256=C9ULIN0ctF60ZxUWH_hw1H434bDLg49Z-Qzn6BUHgqs,1060
|
|
12
|
+
themefinder-0.3.1.dist-info/METADATA,sha256=irff0k8bE-BkaP1RTTMs3idFVPr_1tyzvUXxCPQbsIc,6341
|
|
13
|
+
themefinder-0.3.1.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
|
14
|
+
themefinder-0.3.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|