pouryafard75 / RM-ASTDiff

MIT License
2 stars 1 forks source link

Problem with Tree Generation regarding the QualifiedNames #20

Open pouryafard75 opened 1 year ago

pouryafard75 commented 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.

image