own-pt / delphin-rdf

RDF specifications for DELPH-IN semantic representations and a Pydelphin plugin for RDF generation.
MIT License
2 stars 3 forks source link

highlevel functions #32

Open arademaker opened 2 years ago

arademaker commented 2 years ago

related to #21 , we need some high-level functions over the transformations. For instance, in #21 I discussed the possible demand for a simplifier RDF. In #24 we discussed redundancy that we may also want to remove (with an extra parameter?). We also have to consider that the CLI use case, the batch transformation of a profile to RDF, is not the only use case for this plugin. Consider the programmatic transformation of sentences in a Python code calling Ace interactively, how to encode the sentence input text? Currently, the solution for that would be outside this library.