From c3e382818d3ddf56de72ed4c3e8f99104822c9d6 Mon Sep 17 00:00:00 2001
From: Mingchung Xia <mingchung.xia@gmail.com>
Date: Mon, 25 Mar 2024 16:32:07 -0400
Subject: [PATCH] Update README

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 73eecd91..6669d853 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ print(topicModel)
         - [ ] Linux via PythonKit?
 
 - *Topic Modelling*
-    - [ ] Linear Algebra (e.g., [Nifty](https://github.com/philipce/nifty), [Surge](https://github.com/Jounce/Surge))
+    - [X] Linear Algebra (e.g., [Nifty](https://github.com/philipce/nifty), [Surge](https://github.com/Jounce/Surge))
     - [ ] Dimensionality Reduction (e.g., [t-SNE](https://github.com/emannuelOC/swift-tsne), [UMAP](https://github.com/LTLA/umappp))
     - [ ] Clustering (e.g., K-Means, HDBSCAN)
     - [ ] Topic models
@@ -62,6 +62,7 @@ This project is developed by a team of researchers from the [Human-Computer Inte
  - Peter Li
  - Adrian Davila
  - Henry Tian
+ - Mingchung Xia
 
 If you would like to contribute to the project, [contact Prof. Wallace](mailto:james.wallace@uwaterloo.ca) with "SwiftNLP" in the subject line, and mention one or more of the roadmap items above that you would like to work on. 
 
-- 
GitLab