Update universe.json (#10490)

The project moved away from Rasa and into my personal GitHub account.
This commit is contained in:
vincent d warmerdam 2022-03-15 11:12:04 +01:00 committed by GitHub
parent 0dc454ba95
commit 610001e8c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -377,10 +377,10 @@
"title": "whatlies",
"slogan": "Make interactive visualisations to figure out 'what lies' in word embeddings.",
"description": "This small library offers tools to make visualisation easier of both word embeddings as well as operations on them. It has support for spaCy prebuilt models as a first class citizen but also offers support for sense2vec. There's a convenient API to perform linear algebra as well as support for popular transformations like PCA/UMAP/etc.",
"github": "rasahq/whatlies",
"github": "koaning/whatlies",
"pip": "whatlies",
"thumb": "https://i.imgur.com/rOkOiLv.png",
"image": "https://raw.githubusercontent.com/RasaHQ/whatlies/master/docs/gif-two.gif",
"image": "https://raw.githubusercontent.com/koaning/whatlies/master/docs/gif-two.gif",
"code_example": [
"from whatlies import EmbeddingSet",
"from whatlies.language import SpacyLanguage",