From 4895cdfb5db044d5fbedbee8923bd297a3cbe232 Mon Sep 17 00:00:00 2001 From: adueck Date: Fri, 18 Aug 2023 20:17:46 +0400 Subject: [PATCH] robots.txt --- public/robots.txt | 2 +- src/demo-components/ParserDemo.tsx | 6 +++++- src/lib/src/parsing/parse-vp.ts | 19 ++++++++++++++++--- 3 files changed, 22 insertions(+), 5 deletions(-) diff --git a/public/robots.txt b/public/robots.txt index e9e57dc..349360b 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,3 +1,3 @@ # https://www.robotstxt.org/robotstxt.html User-agent: * -Disallow: +Allow: / diff --git a/src/demo-components/ParserDemo.tsx b/src/demo-components/ParserDemo.tsx index 9400acd..2297aee 100644 --- a/src/demo-components/ParserDemo.tsx +++ b/src/demo-components/ParserDemo.tsx @@ -31,7 +31,11 @@ function ParserDemo({ opts }: { opts: T.TextOptions }) { } return (
-

Type an NP or full kernel verb phrase (not fully working!)

+
Type a sentence to parse
+
+ (IN PROGRESS: limited vocab and not working for APs, compound verbs, or + grammatically transitive verbs allowed... yet) +