NextGenC commited on
Commit
623b518
·
verified ·
1 Parent(s): 53b5ce2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -111,9 +111,9 @@ The system is modular, consisting of several Python components:
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.**
 
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.**