siwells / SADFace

The Simple Argument Description Format
http://arg.napier.ac.uk/page/project/sadface/
GNU General Public License v3.0
0 stars 2 forks source link

add_argument(conclusion, premises) #32

Closed siwells closed 7 years ago

siwells commented 7 years ago

Syntactic sugar to create an argument structure from a set of texts. Given a conclusion text & a list of premise texts, create an intermediate, default "support" scheme.

This makes it easier to build a SADFace document without manually creating and organising individual nodes.

Return an argument object, e.g.

{ "conclusion": atom, "scheme": atom, "premises": [atom(s)] }