Update README.md
Browse files
README.md
CHANGED
|
@@ -107,20 +107,9 @@ The system is modular, consisting of several Python components:
|
|
| 107 |
## 📦 Installation and Usage
|
| 108 |
|
| 109 |
```bash
|
| 110 |
-
# 1. Clone the repository
|
| 111 |
-
git clone [https://github.com/your-username/ChronoSense.git](https://github.com/your-username/ChronoSense.git) # Replace with actual URL
|
| 112 |
-
cd ChronoSense
|
| 113 |
|
| 114 |
-
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
# python -m spacy download en_core_web_sm
|
| 118 |
-
|
| 119 |
-
# 3. Place PDF files into the ./data/raw/ directory
|
| 120 |
-
|
| 121 |
-
# 4. Run the pipeline stages
|
| 122 |
-
python run_loader.py --input_dir ./data/raw --output_dir ./data/processed_data
|
| 123 |
-
python run_extractor.py --input_dir ./data/processed_data --output_dir ./data/processed_data
|
| 124 |
-
python run_analysis.py --input_dir ./data/processed_data --output_dir_graphs ./output/graphs --output_dir_networks ./output/networks --temporal_analysis True
|
| 125 |
|
| 126 |
# 5. Check outputs in ./data/processed_data/ and ./output/
|
|
|
|
| 107 |
## 📦 Installation and Usage
|
| 108 |
|
| 109 |
```bash
|
|
|
|
|
|
|
|
|
|
| 110 |
|
| 111 |
+
python run_loader.py
|
| 112 |
+
python run_extractor.py
|
| 113 |
+
python run_analysis.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 114 |
|
| 115 |
# 5. Check outputs in ./data/processed_data/ and ./output/
|