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