Skip to content

Create all Generic version of vectorizers #1

Description

@TangoJP

Underlying tokens for the vecotrizers don’t have to be of String type. Create a refactored version that takes any Vec<Vec>.

  1. Detach vectorizers from tokenizer. Streamelined version (i.e. tokenizer -> vectorize) can be separately created later. So vectorizer should just take Vec of Vec
  2. Maybe try using Box<_> somewhere.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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