🐛 Update dict path for jieba
This commit is contained in:
@@ -78,6 +78,7 @@ public class SphereRewindServiceGrpc(
|
|||||||
.Select(g => new { Date = g.Key, PostCount = g.Count() })
|
.Select(g => new { Date = g.Key, PostCount = g.Count() })
|
||||||
.FirstOrDefault();
|
.FirstOrDefault();
|
||||||
// Contents to create word cloud
|
// Contents to create word cloud
|
||||||
|
ConfigManager.ConfigFileBaseDir = @"/app/Resources/cndicts";
|
||||||
var postContents = await posts
|
var postContents = await posts
|
||||||
.Where(p => p.Content != null)
|
.Where(p => p.Content != null)
|
||||||
.Select(p => p.Content)
|
.Select(p => p.Content)
|
||||||
|
|||||||
Reference in New Issue
Block a user