mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 11:07:06 +00:00
(fix) CoreDictionaryPath Incorrect Assignment (#1903)
This commit is contained in:
@@ -123,7 +123,7 @@ public class HanlpHelper {
|
||||
HanLP.Config.CustomDictionaryPath);
|
||||
|
||||
HanLP.Config.CoreDictionaryPath =
|
||||
hanlpPropertiesPath + FILE_SPILT + HanLP.Config.BiGramDictionaryPath;
|
||||
hanlpPropertiesPath + FILE_SPILT + HanLP.Config.CoreDictionaryPath;
|
||||
HanLP.Config.CoreDictionaryTransformMatrixDictionaryPath = hanlpPropertiesPath + FILE_SPILT
|
||||
+ HanLP.Config.CoreDictionaryTransformMatrixDictionaryPath;
|
||||
HanLP.Config.BiGramDictionaryPath =
|
||||
|
||||
Reference in New Issue
Block a user