From 450bf3493abe545c51215fc7450130ef8aaf87bf Mon Sep 17 00:00:00 2001 From: rchan Date: Fri, 17 Nov 2023 17:42:41 +0000 Subject: [PATCH] fix link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d72acc..8345cc3 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ embeddings obtained from transformers. The key contributions are: - The [`nlpsig.SentenceEncoder`](https://nlpsig.readthedocs.io/en/latest/encode_text.html#nlpsig.encode_text.SentenceEncoder) and - [`nlpsig.TextEncoder`](https://nlpsig.readthedocs.io/en/latest/encode_text.html#nlpsig.encode_text.TextEncoder + [`nlpsig.TextEncoder`](https://nlpsig.readthedocs.io/en/latest/encode_text.html#nlpsig.encode_text.TextEncoder) classes allow you to pass in a corpus of text data (in a variety of formats) and obtain corresponding embeddings using the [`sentence-transformer`](https://github.com/UKPLab/sentence-transformers)