@@ -12,6 +12,18 @@ Pyquantify is a powerful CLI tool for semantic analysis. It leverages natural la
12
12
13
13
[ ![ Python 3] ( https://img.shields.io/badge/Python-3-brightgreen )] ( https://www.python.org/ )
14
14
15
+ ## Table Of Contents
16
+ * [ Features] ( #features )
17
+ * [ Installation] ( #installation )
18
+ - [ Install pyquantify with pip] ( #install-pyquantify-with-pip )
19
+ - [ or you can build locally] ( #or-you-can-build-locally )
20
+ * [ Before running pyquantify] ( #before-running-pyquantify )
21
+ * [ Usage/Examples] ( #usageexamples )
22
+ * [ FAQ] ( #faq )
23
+ * [ Screenshots] ( #screenshots )
24
+ * [ Acknowledgements] ( #acknowledgements )
25
+
26
+
15
27
## Demo
16
28
17
29
<img src =" https://github.com/vivekkdagar/pyquantify/blob/main/assets/screenshots/menu.png " >
@@ -189,8 +201,8 @@ pyquantify git
189
201
pyquantify keywords --mode [raw/file/website] --export
190
202
```
191
203
192
- 1 . --mode: Specify the data loading mode (raw input, file, or website).
193
- 2 . --export: Optional flag to export the extracted keywords to a file.
204
+ - ` --mode ` : Specify the data loading mode (raw input, file, or website).
205
+ - ` --export ` : Optional flag to export the extracted keywords to a file.
194
206
195
207
196
208
9 . ** Calculate Cosine Similarity:**
@@ -234,8 +246,6 @@ NLPFreq felt limiting and didn't capture the full scope of the project. Pyquanti
234
246
235
247
## Acknowledgements
236
248
237
- - [ Awesome Readme Templates] ( https://awesomeopensource.com/project/elangosundar/awesome-README-templates )
238
- - [ Awesome README] ( https://github.com/matiassingers/awesome-readme )
239
- - [ How to write a Good readme] ( https://bulldogjob.com/news/449-how-to-write-a-good-readme-for-your-github-project )
240
-
241
249
- [ NeuralNine's Publish Your Own Python Package] ( https://www.youtube.com/watch?v=tEFkHEKypLI )
250
+ - [ Github Readme Generator] ( https://readme.so/ )
251
+ - [ Table of Content Generator] ( https://derlin.github.io/bitdowntoc/ )
0 commit comments