jataware / domain-model-examiner

The goal of this process is to perform machine reading over the model codebase in order to automatically extract key metadata.
MIT License
1 stars 0 forks source link

Expansion to new languages #7

Open brandomr opened 3 years ago

brandomr commented 3 years ago

One idea is to find a way to minimally support arbitrary languages, but have specific miners for Python/R. Instead of erroring out, what if we try to scan non-Python/R for whatever we can?

brandomr commented 3 years ago

Let's see what people say at the hackathon in terms of prioritization.

brandomr commented 3 years ago

We have an example of a Julia model from PIK, I'll get access to it and share the repo for testing.

brandomr commented 3 years ago

Here is the Agrimate (Julia lang) model repo: agrimate-master.zip

GoogleSheets commented 3 years ago

Pushed an update to examine Julia models. This includes model_type identification based on library imports.