Index: gc_core/py/lang_core/gc_engine.py ================================================================== --- gc_core/py/lang_core/gc_engine.py +++ gc_core/py/lang_core/gc_engine.py @@ -574,13 +574,11 @@ return True dTokenPos[nPos]["lMorph"] = lMorph return True -#### GRAMMAR CHECKER PLUGINS -${plugins} #### TOKEN SENTENCE CHECKER @@ -982,14 +980,20 @@ "set morphologies of , always return True" dToken["lMorph"] = lMorph #print("DA:", dToken["sValue"], lMorph) return True + + +#### GRAMMAR CHECKER PLUGINS + +${plugins} + #### CALLABLES FOR REGEX RULES (generated code) ${callables} #### CALLABLES FOR GRAPH RULES (generated code) ${graph_callables}