From c0e142d32f22638e32756bbeac720c953caabec2 Mon Sep 17 00:00:00 2001 From: adueck Date: Fri, 18 Aug 2023 21:11:30 +0400 Subject: [PATCH] update --- src/App.tsx | 2 +- src/demo-components/ParserDemo.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index f652da6..d343316 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -134,7 +134,7 @@ function App() { handleHiderClick("parser")} diff --git a/src/demo-components/ParserDemo.tsx b/src/demo-components/ParserDemo.tsx index 2297aee..ea36e83 100644 --- a/src/demo-components/ParserDemo.tsx +++ b/src/demo-components/ParserDemo.tsx @@ -33,8 +33,8 @@ function ParserDemo({ opts }: { opts: T.TextOptions }) {
Type a sentence to parse
- (IN PROGRESS: limited vocab and not working for APs, compound verbs, or - grammatically transitive verbs allowed... yet) + (NOT DONE!! limited vocab, and not working for APs, compound verbs, or + grammatically transitive verbs... yet 👷)