🐛 Update dict path for jieba

This commit is contained in:
2025-12-27 01:37:26 +08:00
parent d9f10fd598
commit 93e7b04e74

View File

@@ -78,6 +78,7 @@ public class SphereRewindServiceGrpc(
.Select(g => new { Date = g.Key, PostCount = g.Count() })
.FirstOrDefault();
// Contents to create word cloud
ConfigManager.ConfigFileBaseDir = @"/app/Resources/cndicts";
var postContents = await posts
.Where(p => p.Content != null)
.Select(p => p.Content)