-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prefix support #974
Comments
I see this as a prerequisite to implementing orthographic systems
à-la-vélotype where there is a "no space" key (without needing to rely on a
python dictionary)
…On Fri, Jun 15, 2018, 9:19 PM nimble0 ***@***.***> wrote:
This would add support for automatic prefixes similar to the automatic
suffixes -G, -S, -D, and -Z.
Example with prefix "T-":
Entries:
"T-": "the"
"WORLD": "world"
Input: TWORLD
Output: the world
Examples of potentially useful prefixes: "the", "{.}", "{,}", "{^}", "{-|}"
An implementation can be found here, but it's mixed with some other
changes and based on a slightly outdated version of Plover:
https://github.com/nimble0/plover/tree/extended-english-stenotype
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#974>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AFkgSnC7chzacixCLEO08JtVnFkOup9Iks5t9F0ogaJpZM4UqTXY>
.
|
I think this would be a great feature in plover for languages like German with lots of compound words and upper and lower case in sentences. For German for example: |
I'm not familiar with any of the orthographic systems but I think you'd still need a python dictionary because you still only get one prefix and one suffix per stroke. I remembered another prefix/suffix thing that could be good, which is support for prefix and suffix strokes instead of only single keys. |
This would add support for automatic prefixes similar to the automatic suffixes -G, -S, -D, and -Z.
Example with prefix "T-":
Entries:
"T-": "the"
"WORLD": "world"
Input:
TWORLD
Output:
the world
Examples of potentially useful prefixes: "the", "{.}", "{,}", "{^}", "{-|}"
This would make no change in the functionality of the existing English stenotype system, it would be for use in new systems.
An implementation can be found here, but it's mixed with some other changes and based on a slightly outdated version of Plover: https://github.com/nimble0/plover/tree/extended-english-stenotypeHere's an implementation, it also has a few other changes to prefix/suffix handling: https://github.com/nimble0/plover/commits/feature/affix-strokes
The text was updated successfully, but these errors were encountered: