technosaby / RedHenAudioTagger

MIT License
1 stars 4 forks source link

Prepare Codebook in RedHen Website for reference of Audio Tags #29

Closed technosaby closed 2 years ago

technosaby commented 2 years ago

@brucearctor @turnermarkb Can you please take a look at this if the cookbook format is okay?

brucearctor commented 2 years ago

Living on a boat the next few days... not likely to have a look for a bit

brucearctor commented 2 years ago

So there are potentially two types of coding/codebook:

(a) trying to make the file sizes smaller ... ex: use just a small integer rather than a longer string of many characters.

(b) an extension of that, where even something like:

500,"Inside 501,"Inside 502,"Inside

What are the difference between each of these "inside"? A longer description might be helpful, and if there isn't some form of known difference, why would they be treated differently ?

Also, related to format that you share .... LOTS have an initial " double quotation mark, but not a second one. Imagining, for a CSV, you might want the entire field to include double quotes ( beginning and end of string/word/words ) or else, I don't understand why you would use the leading double quote.

technosaby commented 2 years ago

@brucearctor Sorry this was a mistake from my end. Can you please check if this is okay now ?

technosaby commented 2 years ago

@brucearctor The latest version looks good, right ?

brucearctor commented 2 years ago

I didn't look at all the lines ... the description/text/word(s): are they all sufficiently descriptive to identify [ potentially yes, but I don't know without looking at all closely ].

technosaby commented 2 years ago

@brucearctor I have modified this as you suggested in the meeting last day. Please refer to this PR.