|
@@ -193,11 +193,14 @@ mcporter --config "$CONFIG" call news.get_news_sentiment entity=Bitcoin timefram
|
|
|
mcporter --config "$CONFIG" call news.get_news_sentiment entity=Ethereum timeframe=72h
|
|
mcporter --config "$CONFIG" call news.get_news_sentiment entity=Ethereum timeframe=72h
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
-### 6) Related entities (co-occurrence neighborhood)
|
|
|
|
|
|
|
+### 6) Related entities (recent neighborhood + trends blending)
|
|
|
|
|
|
|
|
```bash
|
|
```bash
|
|
|
-mcporter --config "$CONFIG" call news.get_related_entities subject=iran timeframe=24h limit=8
|
|
|
|
|
-mcporter --config "$CONFIG" call news.get_related_entities subject="iran war" timeframe=3d limit=8
|
|
|
|
|
|
|
+# Iran: blend local co-occurrence with Google Trends related topics
|
|
|
|
|
+mcporter --config "$CONFIG" call news.get_related_recent_entities subject=Iran timeframe=72h limit=12 include_trends=true
|
|
|
|
|
+
|
|
|
|
|
+# Another seed phrase
|
|
|
|
|
+mcporter --config "$CONFIG" call news.get_related_recent_entities subject="iran war" timeframe=72h limit=12 include_trends=true
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
## Blacklist enforcement (optional back-clean)
|
|
## Blacklist enforcement (optional back-clean)
|