Skip to content

Consider only words with matching vowel-consonant structure #8

Description

@jbrew

Given a list of candidate words (e.g. those most semantically similar to target), look at only those whose vowel-consonant structure matches the target.

Score as average distance between phonemes at corresponding positions. For example:

distance(cat, rad) = avg(distance(c,r) + distance(a,a) + distance(t,d))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions