openstenoproject / plover

Open source stenotype engine
http://opensteno.org/plover
GNU General Public License v2.0
2.36k stars 277 forks source link

"-T/<!8>/9/5": "the 1995", in dictionary #170

Closed Mqrius closed 9 years ago

Mqrius commented 10 years ago

The following entry is present in the default dictionary:

"-T/<!8>/9/5": "the 1995",

I don't know what it's supposed to be, but probably not what it is right now.

Mqrius commented 10 years ago

There's also the following line:

"<!0>": "{NULL}",
morinted commented 9 years ago

These still exist in the Plover dictionary. I'd say we should remove all nulls and flushes. Let's cover this in #257

morinted commented 9 years ago

As a sidenote, I think that I can find bad strokes like this with a regex.

grep -Ev "^\"[\dSTKPWHRAO#\*-EUFBLGDZ/]+\"" dict.json
Achim63 commented 9 years ago

I did that using BBEdit which has search/replace with regexp. TextWrangler (free) should also be able to do this easily.

stenoknight commented 9 years ago

It's not in there? I thought it was K*UPBT. Surprised it's not there. On Sep 26, 2015 2:40 PM, "Ted Morin" notifications@github.com wrote:

Is there a reason that we don't include the c-word in the dictionary? We already have b, f, a, and other swear words. In Britain, the c-word is very inoffensive and I am not too sure why we don't include it. However, I do realize that some people find the word exceptionally offensive and that might be why it's not included. Thoughts?

— Reply to this email directly or view it on GitHub https://github.com/openstenoproject/plover/issues/170#issuecomment-143478755 .

Achim63 commented 9 years ago

I wouldn’t buy any dictionary that is incomplete just because some words could hurt somebody's feelings. It would contradict the purpose of steno as long as those words are used by folks. Thankfully none of the translation dictionaries I use had an ethics commission that sorts out potentially offensive words.

Am 26.09.2015 um 20:40 schrieb Ted Morin notifications@github.com:

Is there a reason that we don't include the c-word in the dictionary? We already have b, f, a, and other swear words. In Britain, the c-word is very inoffensive and I am not too sure why we don't include it. However, I do realize that some people find the word exceptionally offensive and that might be why it's not included. Thoughts?

— Reply to this email directly or view it on GitHub https://github.com/openstenoproject/plover/issues/170#issuecomment-143478755.

morinted commented 9 years ago

Welp consider it added. Thanks guys.

On Sat, Sep 26, 2015 at 2:56 PM Achim notifications@github.com wrote:

I wouldn’t buy any dictionary that is incomplete just because some words could hurt somebody's feelings. It would contradict the purpose of steno as long as those words are used by folks. Thankfully none of the translation dictionaries I use had an ethics commission that sorts out potentially offensive words.

Am 26.09.2015 um 20:40 schrieb Ted Morin notifications@github.com:

Is there a reason that we don't include the c-word in the dictionary? We already have b, f, a, and other swear words. In Britain, the c-word is very inoffensive and I am not too sure why we don't include it. However, I do realize that some people find the word exceptionally offensive and that might be why it's not included. Thoughts?

— Reply to this email directly or view it on GitHub < https://github.com/openstenoproject/plover/issues/170#issuecomment-143478755 .

— Reply to this email directly or view it on GitHub https://github.com/openstenoproject/plover/issues/170#issuecomment-143479501 .