Exemple #1
0
 public object Convert(DL.IAccept nodeast, bool usePrefixes = false, Func <string, string> ns2pfx = null)
 {
     CogniPy.CNL.EN.Transform trans = new CogniPy.CNL.EN.Transform();
     return(trans.Convert(nodeast, usePrefixes, ns2pfx));
 }
Exemple #2
0
 public object Convert(DL.Paragraph para, bool usePrefixes = false, Func <string, string> ns2pfx = null)
 {
     CogniPy.CNL.EN.Transform trans = new CogniPy.CNL.EN.Transform();
     return(trans.Convert(para, usePrefixes, ns2pfx));
 }