Use SEEDLingS-Nouns in the scripts
Last updated
Last updated
Run in the R console:
It will print the latest available public version. Let's say it was v1.0.0
. Then use the following line in your code:
Repeat to update the version.
To get the information stored in regions.csv
, recordings.csv
, sub-recordings.csv
(see or README.md
in the repository), use
To get the codebooks, set the get_codebook
parameter to TRUE. It can be combined with the table
parameter.
Only the parts that were listened to are in the dataset. So, a (02:12:06-03:12:06) original annotated subregion that overlaps with a (02:52:06-03:32:06) silent region, will be represented as a (02:12:06-02:52:06) subregion in the dataset.
If recent changes to the annotations haven't made it to the public version of seedlings-nouns yet, and you really need those changes, you can use the development version. Here is how:
Clone the seedlngs-nouns_private repository to ~/BLAB_DATA
:
Find the latest development version:
Then use the printed-out version in the get_seedlings_nouns
call.
Set a reminder to switch to the public version before sending the script outside of BLab.
If you don't know what all_basiclevel
is - ignore this section.
all_basiclevel
will keep being updated. So, if your script is using it and you don't want to switch to seedlings-nouns
yet - that's fine. However, all_basiclevel
doesn't have a public version, so you will still need to do the switch before sharing your code outside of BLab.