Skip to content

Oneway is three syllables instead of 2 #50

@nduc

Description

@nduc

I think it's because of

// Count multiple consonants.
parts = value.split(/[^aeiouy]+/)

and ay is counted as a vowel split, so we ended up with
parts [ 'o', 'e', 'ay' ]

There's no consonant before the o.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions