birch icon indicating copy to clipboard operation
birch copied to clipboard

How to use interactive mode?

Open fciannella opened this issue 5 years ago • 2 comments

In interactive mode we're supposed to give the arg --interactive_name what is that supposed to be?

fciannella avatar Oct 11 '19 21:10 fciannella

Hello @fciannel, thanks for your interest! --interactive_name is the name of the output file for your interactive query. For example --interactive_name black_bear_attacks will direct the output sentences to a file called black_bear_attacks.csv under path/to/data/datasets.

zeynepakkalyoncu avatar Oct 11 '19 22:10 zeynepakkalyoncu

Hello @zeynepakkalyoncu thanks for your reply. What I have noticed looking into the code is that the --interactive_name loads a file which by default is called query_sents.csv, which expects four fields, and loads it into the DataGenerator. That's what confused me in the description. Could you elaborate more on how the interactive mode is supposed to work and eventually give a step by step example? Thanks a lot!

fciannella avatar Oct 12 '19 00:10 fciannella