Skip to content

Commit

Permalink
add synthesis for actions
Browse files Browse the repository at this point in the history
fix

comment out log and update default output path

update generateActionExamplesByPOS

fix generateActionAst
  • Loading branch information
jmhw0123 committed Feb 24, 2022
1 parent decbbe7 commit 20a7d81
Show file tree
Hide file tree
Showing 3 changed files with 489 additions and 531 deletions.
2 changes: 1 addition & 1 deletion tool/genie.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const subcommands : { [key : string] : SubCommand } = {
'extract-translatable-annotations': require('./extract-translatable-annotations'),
'translate-schema-annotations': require('./translate-schema-annotations'),

'synthetic-data-sampler': require('./synthetic-data-sampler')
'sample-synthetic-data': require('./sample-synthetic-data')
};

async function main() {
Expand Down
Loading

0 comments on commit 20a7d81

Please sign in to comment.