pylangacq icon indicating copy to clipboard operation
pylangacq copied to clipboard

Language Acquisition Research Tools

Results 7 pylangacq issues
Sort by recently updated
recently updated
newest added

Hi there! I was trying to load the [colaje corpus](https://www.ortolang.fr/market/corpora/colaje), but got the following exception: ``` Traceback (most recent call last): File "/Users/giovanni/.pyenv/versions/3.9.7/lib/python3.9/concurrent/futures/process.py", line 243, in _process_worker r = call_item.fn(*call_item.args,...

Removing Omitted Words, annotated as 0word, because they were added by the annotator and are not part of the authentic child produced speech. - [done] Add a concise title to...

Hi there, Some chat files contained transcripts from more than one speech. For example, in Onless corpus https://aphasia.talkbank.org/access/English/Other/NonProtocol/Olness.html, there are several tasks. They mark the task with "@G: Picnic". How...

question

similar error as https://github.com/jacksonllee/pylangacq/issues/23 but this issue remains even after 0.19.1 Could we have a mode ** "best-effort" ** that returns an error field in each failing utterance instead of...

bug

**Describe the bug** ```py import pylangacq file_cha = f"{dir_talkbank_media}/childes/Biling/YipMatthews/Eng/DarrenEng/020429.cha" reader = pylangacq.read_chat(file_cha) ret = reader.ipsyn() # crash ``` **Relevant CHILDES or TalkBank data** childes/Biling/YipMatthews/Eng/DarrenEng/020429.cha **Screenshots** ``` File "/pathto/talkbank_utils.py", line 360,...

bug

**Describe the bug** `headers()` API only returns last Comment in file, drops other comments **Relevant CHILDES or TalkBank data** https://ca.talkbank.org/data-orig/CallFriend/eng-n/4889.cha **To reproduce** def bug_D20240326T222447(): import pylangacq file_cha = # download...

bug

**Feature you are interested in and your specific question(s):** In the `_clean_utterance()` function there is a _REGEX_REPLACE tuple which consists of a sub-tuple ``` (re.compile(r"[^\[\./!]\?"), " ? ") ``` I...

question