GoneZ5 / SCRIPT

18 stars 2 forks source link

How to define ast and arpe in code.py under objects folder #4

Open yiwangethan opened 1 year ago

yiwangethan commented 1 year ago

Hello author,

Greetings! I found the code in utils.py under c2nl/inputters like: from c2nl.objects import Code, Summary code = Code() code.ast = ... code.arpe = ...

However, there is no "ast" and "arpe" defined in this Code() object. Is it an issue?