Update delphin/rdf to use a module structure. So, if you want to use one of the parsers, you'd better use it as from delphin.rdf import function or from delphin import rdf, for instance.
For usability, the subcomands were renamed to profile-to-mrs-rdf, profile-to-dmrs-rdf, profile-to-eds-rdf. This may be discussed or even changed, if you have better (shorter) names!
Now we have three verbosity levels. And some exception handles.
I recommend reinstalling the, now, module, for validation of the new configurations.
Update
delphin/rdf
to use a module structure. So, if you want to use one of the parsers, you'd better use it asfrom delphin.rdf import function
or fromdelphin import rdf
, for instance.For usability, the subcomands were renamed to
profile-to-mrs-rdf
,profile-to-dmrs-rdf
,profile-to-eds-rdf
. This may be discussed or even changed, if you have better (shorter) names!Now we have three verbosity levels. And some exception handles.
I recommend reinstalling the, now, module, for validation of the new configurations.