-
Notifications
You must be signed in to change notification settings - Fork 14
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
support short names #17
Comments
Yeah maybe. What would the API for that look like? |
what about a dictionary with the origin names and shortcuts? Then preprocess string and change shortcuts on origin using regexp? |
I don't mean the implementation, I mean the way it is called. It's easy
enough to do strings to numbers but I'm not sure how you'd specify the
other way round.
…On Thu, 18 May 2017 at 08:18, Alexey Zenovich ***@***.***> wrote:
what about a dictionary with the origin names and shortcuts? Then
preprocess string and change shortcuts on origin using regexp?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAGW3rHAM4HA-O3VohAmbO3YngXsevfZks5r64BGgaJpZM4Nbyst>
.
|
Got it. From my point of view, it can be in |
@markburns what do you think? |
You haven't really addressed the ambiguity issue
…On Sat, 20 May 2017 at 07:58, Alexey Zenovich ***@***.***> wrote:
@markburns <https://github.com/markburns> what do you think?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAGW3kUWb0Br42emTrjmd3L_5THpcQQYks5r7h6egaJpZM4Nbyst>
.
|
Maybe. But for me string like |
How do you specify the output? You listed a few variations of the same
thing but not how to specify which if any you'd want.
Of course the other way is easy.
…On Sat, 20 May 2017 at 10:07, Alexey Zenovich ***@***.***> wrote:
Maybe. But for me string like one mln it is a number as a word.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAGW3tj_PJKJhbFcL6VJWDbMZxt7BFiIks5r7jzcgaJpZM4Nbyst>
.
|
Sorry. Output is a digit number |
Right but that's the easy part. It's the other direction that's not clear
how to specify
…On Sat, 20 May 2017 at 11:36, Alexey Zenovich ***@***.***> wrote:
output is a digit number one mln -> 1_000_000
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAGW3qSgq1FDF8LPv5Zh-vKikzQSJfOpks5r7lHGgaJpZM4Nbyst>
.
|
So can add an option like |
I think that it will be awesome to support short names as
M
,kk
,MM
formillion
.What do you think?
The text was updated successfully, but these errors were encountered: