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) +