|
21 | 21 |
|
22 | 22 |
|
23 | 23 | <h2><a id="srn"> :camera:</a> Demo screenshot</h2> |
24 | | -<div align="center"> <a href=""><img src="https://github.com/vivekkdagar/pyquantify/blob/main/assets/demo.png" alt='image' width='800'/></a> </div> |
| 24 | +<div align="center"> <a href=""><img src="https://github.com/vivekkdagar/pyquantify/blob/main/sample-output/demo.png" alt='image' width='800'/></a> </div> |
25 | 25 |
|
26 | 26 |
|
27 | 27 | <h2><a id="feat">:dart:</a> Features</h2> |
|
34 | 34 |
|
35 | 35 | 4. **Export Functionality**: Optionally export generated metrics, frequency tables, and visualizations to files. |
36 | 36 |
|
37 | | -5. **Word Cloud Visualization**: Create and display a word cloud visualization of processed text data. |
| 37 | +5. **Visualization**: |
| 38 | + - Generate and visualize the frequency of the top 20 words in the text. |
| 39 | + - Create and display a word cloud visualization of processed text data. |
38 | 40 |
|
39 | | -6. **Word Frequency Chart**: Generate and visualize the frequency of the top 20 words in the text. |
| 41 | +6. **Interactive Commands**: Utilize command-line interface commands for actions like displaying metrics, limiting results, searching for specific words, and generating visualizations. |
40 | 42 |
|
41 | | -7. **Interactive Commands**: Utilize command-line interface commands for actions like displaying metrics, limiting results, searching for specific words, and generating visualizations. |
| 43 | +7. **Summarize Text**: Summarize text using a BERT Extractive Summarizer. |
42 | 44 |
|
43 | | -8. **Summarize Text**: Summarize text using a BERT Extractive Summarizer. |
| 45 | +8. **Sentiment Analysis**: |
| 46 | + - Perform sentiment analysis on the text. |
| 47 | + - Provides insights into sentiment polarity and subjectivity. |
44 | 48 |
|
45 | 49 |
|
46 | 50 | <h2><a id="strt"> :toolbox:</a> Getting Started</h2> |
@@ -93,8 +97,6 @@ pyquantify |
93 | 97 |
|
94 | 98 | Pyquantify provides several commands for analyzing and visualizing text data. Below is a guide on how to use the key functionalities: |
95 | 99 |
|
96 | | -Certainly! Below are the corrected usage commands based on the provided code: |
97 | | - |
98 | 100 | 1. **Search for a Specific Word in Morphological Analysis:** |
99 | 101 |
|
100 | 102 | ```bash |
@@ -142,12 +144,21 @@ Certainly! Below are the corrected usage commands based on the provided code: |
142 | 144 |
|
143 | 145 | - `--mode`: Specify the data loading mode (raw input, file, or website). |
144 | 146 | - `--export`: Optional flag to export the summary to a file. |
| 147 | + |
| 148 | +6. **Sentiment Analysis** |
| 149 | + |
| 150 | + ```bash |
| 151 | + pyquantify sentiment-analysis --mode [raw/file/website] --export |
| 152 | + ``` |
| 153 | + |
| 154 | + - `--mode`: Specify the data loading mode (raw input, file, or website). |
| 155 | + - `--export`: Optional flag to export the summary to a file. |
145 | 156 |
|
146 | 157 | ### Additional Commands |
147 | 158 |
|
148 | 159 | - View the Pyquantify GitHub page: |
149 | 160 | ```bash |
150 | | -pyquantify --git [any command with its parameters] |
| 161 | +pyquantify --git |
151 | 162 | ``` |
152 | 163 |
|
153 | 164 | Feel free to explore additional options and functionalities by checking the help documentation for each command: |
@@ -182,4 +193,5 @@ NLPFreq felt limiting and didn't capture the full scope of the project. Pyquanti |
182 | 193 | - [NeuralNine's Publish Your Own Python Package](https://www.youtube.com/watch?v=tEFkHEKypLI) |
183 | 194 |
|
184 | 195 | <hr/> |
| 196 | + |
185 | 197 | **Note:** Pyquantify has undergone thorough testing on Linux, and its functionality is confirmed to work seamlessly. However, it's important to note that when running on Windows Subsystem for Linux (WSL), certain features may have limited functionality due to the absence of the complete Linux toolset in the WSL environment. |
0 commit comments