You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's just that when I run get_contexts for a word like "tapa" in Spanish, it runs really quickly. But when I run it for words like "cap" in English, it can take many hours. I've tried running it on a cluster but it doesn't work for some reason (princeton has been trying to help me with that but they seem stumped).
To be clear- it definitely works! I just leave it running overnight but it's hard to run multiple this way. For tapa, it's only 348 children in 18 corpora but for "cap" and it's 522 children in 49 corpora so maybe that's it? But the time difference is pretty disproportionate to the child/corpus difference
Anyway, any thoughts would be appreciated if you have the time!
The text was updated successfully, but these errors were encountered:
hmm, get_contexts(collection="Spanish",token="tapa") still isn't super fast for me (about 10-15 min?). the two calls inside to get_tokens and get_utterances are pretty fast when ran individually, so i'm guessing the issue is happening at https://github.com/langcog/childesr/blob/master/R/childesr.R#L656, which i'm not totally sure what it's doing. i also notice there are two dplyr::collect() calls? maybe that isn't necessary?
Email from package user:
The text was updated successfully, but these errors were encountered: