Update README.md
Browse files
README.md
CHANGED
|
@@ -109,4 +109,12 @@ The system is modular, consisting of several Python components:
|
|
| 109 |
```bash
|
| 110 |
python run_loader.py
|
| 111 |
python run_extractor.py
|
| 112 |
-
python run_analysis.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 109 |
```bash
|
| 110 |
python run_loader.py
|
| 111 |
python run_extractor.py
|
| 112 |
+
python run_analysis.py
|
| 113 |
+
|
| 114 |
+
## 🔧 Customization Options
|
| 115 |
+
**Target Domain: Adapt src/extraction/extractor.py with custom rules or NER models for domains other than AI/ML.
|
| 116 |
+
**Similarity Thresholds: Adjust thresholds for relationship detection in src/extraction/extractor.py or src/analysis/similarity.py.
|
| 117 |
+
**Network Metrics: Modify src/analysis/network_analysis.py to compute different graph metrics.
|
| 118 |
+
**Temporal Analysis: Enhance src/analysis/temporal.py with different trend detection algorithms.
|
| 119 |
+
**Visualization: Customize graph appearance in src/visualization/plotting.py.
|
| 120 |
+
**Data Storage: Modify src/data_management/storage.py to use different formats or databases.
|