Description

BlazingText is a text processing algorithm that can handle tasks such as word2vec and text classification.

How it Works

  1. For word2vec, BlazingText uses the Skip-gram model, where each word is used to predict its surrounding context words.
  2. For text classification, BlazingText uses a variant of the FastText algorithm, where text is represented as bag-of-words or bag-of-n-grams, and a linear classifier is trained.

Benefits

Limitations

Features

Use Cases