Jim O’Regan

Results 11 issues of Jim O’Regan

Input: ``` /[null]SENT_START go/[go]Conj:Subord|go/[go]Part:Vb:Cmpl|go/[go]Part:Vb:Subj|go/[go]Prep:Simp /[null]null n-éirí/[éirigh]Verb:VI:Vow:PresSubj:Ecl|n-éirí/[éirí]Noun:Masc:Com:Sg:Ecl|n-éirí/[éirí]Noun:Masc:Gen:Sg:Ecl|n-éirí/[éirí]Verbal:Noun:VI:Ecl|n-éirí/[éirí]Verbal:Noun:VI:Gen:Ecl ``` With this rule: ``` &interp; go ``` I get this output: ``` /[null]SENT_START go/[go]Part:Vb:Subj /[null]null n-éirí/[éirigh]Part:Vb:Subj|n-éirí/[éirigh]Part:Vb:Subj|n-éirí/[éirigh]Part:Vb:Subj|n-éirí/[éirigh]Part:Vb:Subj|n-éirí/[éirigh]Part:Vb:Subj ``` (i.e., the PoS tags from 'go'...

##### Checklist - [x] Issue filed: https://unicode-org.atlassian.net/browse/CLDR-10740 - [x] Updated PR title and link in previous line to include Issue number

https://code.google.com/p/tesseract-ocr/issues/detail?id=1392 What steps will reproduce the problem? 1. Unpack vie.traineddata downloaded from Tesseract repository 2. Run dawg2wordlist on vie.freq-dawg & vie.word-dawg to recover original lists 3. Examine the content What...

https://code.google.com/p/tesseract-ocr/issues/detail?id=1352 Rephrased, this is a request for a special purpose language pack, for scanning dictionaries and pedagogical material.

``` Removing weight norm... [+] hifigan_univ_v1 loaded! Traceback (most recent call last): File "/usr/local/bin/matcha-tts-app", line 8, in sys.exit(main()) File "/usr/local/lib/python3.10/dist-packages/matcha/app.py", line 171, in main with gr.Box(): AttributeError: module 'gradio' has...

bug
documentation
enhancement
dependencies

Different versions of espeak represent things differently, it seems (also, there are some distinctions none of our speakers make, so normalising those away reduces perplexity a tiny amount). ## What...

## What does this PR do? This adds scripts to download and convert LJspeech, hificaptain, and mcspeech. The download locations for LJspeech and hificaptain were made to match what was...

## What does this PR do? Fixes #\ ## Before submitting - [ ] Did you make sure **title is self-explanatory** and **the description concisely explains the PR**? - [...