This repository contains an embedding pipeline that has been trained using yasep
Usage
python
1# pip install yasep23from yasep.pipeline import Pipeline
45nlp = Pipeline.from_hub('kardosdrur/en_20-newsgroups_wordlevel_glove-50')6nlp("A text you want to process")7