-
Extracting phonemes and cleaning existing data.
-
- What is your OS and architecture?
```
Debian x86_64
```
- What is your Java version (`java --version`)?
```
java 17.0.11 2024-04-16 LTS
Java(TM) SE Runtime Environment (build 17.0.11+7-LT…
-
-
Thanks for your contribution!
I wonder how can I extract the data from the CSV file if it is images?
I've tried the method you suggested, but extracting the image format is taking a very long ti…
-
When all the data has been collected, it needs to be processed more thoroughly into useful bits and pieces. I already wrote some potentially interesting or helpful things earlier.
From v0.1
```
# De…
-
Thank you for this work!
In my opinion, always use the QGIS' pyproj. I was not able to activate the plugin until I edited the QGIS3.ini by hand, because when run the plugin for the first time the c…
-
Hi.
It would be great if you could add an example of extracting data from incoming audio messages. This may be useful for further translation of them into text and sending them to GPT similar service…
-
when i run
processed_text = []
processed_title = []
for i in dataset[:N]:
file = open(i[0], 'r', encoding="utf8", errors='ignore')
text = file.read().strip()
file.close()
pr…
-
## Examples
The following variations in streetAddress exist in the /ORGS dataset. In `grey`, we marked what should be extracted.
From the streetName, any "," (comma) and a repetition of the postal…
-
Hello IGV team,
I am currently analyzing amplicons from an insect genomic DNA sample edited with CRISPR/Cas9. I am aware IGV offers insertion and deletion data by selecting a specific base pair of…