-
`set -e` has a surprising behaviour.
```
#!/bin/bash
set -e
cat notexist && echo ok
echo "This will run regardless of whether 'cat' succeeds. set -e ignores failures before &&"
```
From the bash m…
-
I train an MFA model with my own datasets, i have 3000 wavs per person, and i have 55 person's data, i use below command to train and align:
mfa train -j 32 -o model_1116.zip datasets/audios tools/al…
-
Ignore definitions please that is the part that starts with the last colon and rightwards. Basically, we need a button like ENTER to confirm that particular proposal proposed by the code, and we need …
-
Hello!
Curious if it would be possible to expose a regex token pattern param like that in [CountVectorizer](https://github.com/scikit-learn/scikit-learn/blob/dc580a8ef/sklearn/feature_extraction/t…
-
This really shouldn't be that hard for me at this point but here we are.
With suffixes beginning with _a_, sequences of 3 or 4 identical vowel morae are reduced to two, e.g. the sequences _aa-a_ a…
-
The karapana file is attached here. Please check the file for consistency regarding the guidelines you sent me, @nataliacp .
[KarapanaReflex.xlsx](https://github.com/digling/tukano-project/files/130…
-
Single PRISM words are highlighted fine
Statements / multiple word swaps currently not highlighted e.g. - atopic dermatitis, myocardial infarction
- we likened that issue as when using " " speech m…
-
**Background**
1. In Chinese text, characters (not spaces) provide an approximate solution for word tokenization.
That is, every Chinese character can be treated as if it is a token (or word). Wh…
-
**Is your feature request related to a problem? Please describe.**
When I annotate text classification task, I want to add some additional text of the annotated label. This additional text is jus…
-
I've been using the WordStat Sentiment dictionary:
https://provalisresearch.com/products/content-analysis-software/wordstat-dictionary/
but before I imported it, I removed the negation rules at …