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