ml4ai / ASKEM-TA1-DockerVM

Docker recipes demonstrating how to use our pipelines
3 stars 1 forks source link

Suggestion of descriptive text for Code2FN in e2e jupyter notebook for OpenHouse demo #20

Closed cl4yton closed 1 year ago

cl4yton commented 1 year ago

<text>

The Code2FN service take code as input (in multiple different forms), runs the program analysis pipeline to parse the files into CAST and translate the CAST into a Function Network (FN) and returns Gromet Function Network Module Collection (GrometFNModuleCollection) JSON.

The service currently accepts Python and Fortran (family) source code. The language type is determined by the filename extensions:

The service can accept the following four types of code forms:

</text>

@vincentraymond-ua :