Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
x-tabdeveloping committed Sep 6, 2024
1 parent b026e99 commit 085d1e7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ Tools for interactive visual exploration of semantic embeddings.

[Documentation](https://centre-for-humanities-computing.github.io/embedding-explorer/index.html)

### New in version 0.6.0

You can now pass a custom Neofuzz process to the explorer if you have specific requirements.

```python
from embedding_explorer import show_network_explorer
from neofuzz import char_ngram_process

process = char_ngram_process()
show_network_explorer(corpus=corpus, embeddings=embeddings, fuzzy_search=process)
```

## Installation

Install embedding-explorer from PyPI:
Expand Down

0 comments on commit 085d1e7

Please sign in to comment.