Skip to content

Generate words from semantic neighborhoods #6

Description

@jbrew

A. Flat distribution

  1. Given a GloVe word vector, identify the k closest words in GloVe space.
  2. Return new words that are phonetically similar to this list of k words.

B. Normal distribution

  1. Given a GloVe word vector, identify the k closest words in GloVe space and their distance.
  2. Return new words that are phonetically similar to this list of k words with a bias towards closer words, according to a normal distribution centered on the original word vector, with a second parameter for the standard deviation of the distribution.

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