Open pouryafard75 opened 1 year ago
https://github.com/NLPchina/ansj_seg/commit/913704e835169255530c7408cad11ce9a714d4ec#diff-37efb71e313d229310c23302fb8788212cafe759abfdcca86e60fbde9deb7c7cL158
model.smartForest.addBranch(key, w); QualifiedName: model.smartForest smartForest.addBranch(key, w); SimpleName: smartForest Different AST-Types are causing the problem.
QualifiedName: model.smartForest
SimpleName: smartForest
https://github.com/NLPchina/ansj_seg/commit/913704e835169255530c7408cad11ce9a714d4ec#diff-37efb71e313d229310c23302fb8788212cafe759abfdcca86e60fbde9deb7c7cL158
model.smartForest.addBranch(key, w);
QualifiedName: model.smartForest
smartForest.addBranch(key, w);SimpleName: smartForest
Different AST-Types are causing the problem.