You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be able to use this in MULLE we need to do the following:
be able to specify separate PGFs for the source and target grammars (one of them is the "conflated" grammar)
compare trees from different PGFs: simplest solution is to remove all __xxx suffixes of function names in the tree, and then compare them. This means changes in:
the muste lib: Muste/State.hs (and probably in muste-ajax)
and the javascript: the function matchy_magic in app.js
The new tool
gf-conflate-paramscan merge parameters to make a grammar accept errors: https://github.com/MUSTE-Project/gf-canonical-transformsTo be able to use this in MULLE we need to do the following:
be able to specify separate PGFs for the source and target grammars (one of them is the "conflated" grammar)
compare trees from different PGFs: simplest solution is to remove all
__xxxsuffixes of function names in the tree, and then compare them. This means changes in:mustelib:Muste/State.hs(and probably inmuste-ajax)matchy_magicinapp.js