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
  • Loading branch information
jmhw0123 committed Feb 21, 2022
1 parent decbbe7 commit cfedd42
Show file tree
Hide file tree
Showing 3 changed files with 512 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 cfedd42

Please sign in to comment.