From bd68a90fa1496e496e9e045cb202f9c99d44d843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Ba=C3=B1ados=20Schwerter?= Date: Tue, 14 May 2024 20:45:12 +0000 Subject: [PATCH] Updated note on current status --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c3a113b..602589f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ This runs the back-end API for the newly refactor Morphodict applications. It's a Django-REST application. +## Current status of this repository +This repository is part of an exploratory project to separate concerns +in the morphodict monorepo into multiple separate domains. This +implementation is not feature-complete and is not currently used in +any of the community-facing dictionary implementations maintained by +altlab. For the current implementation, visit the [morphodict](https://github.com/UAlbertaALTLab/morphodict/) repository. + ## Working locally Clone this repo: ```shell