update
This commit is contained in:
parent
4895cdfb5d
commit
c0e142d32f
|
@ -134,7 +134,7 @@ function App() {
|
|||
<SpellingDemo opts={textOptions} onChange={setTextOptions} />
|
||||
</Hider>
|
||||
<Hider
|
||||
label="Parser (IN PROGRESS)"
|
||||
label="Parser (🚧 IN PROGRESS 🚧)"
|
||||
hLevel={3}
|
||||
showing={showing === "parser"}
|
||||
handleChange={() => handleHiderClick("parser")}
|
||||
|
|
|
@ -33,8 +33,8 @@ function ParserDemo({ opts }: { opts: T.TextOptions }) {
|
|||
<div className="mt-3" style={{ marginBottom: "1000px" }}>
|
||||
<div>Type a sentence to parse</div>
|
||||
<div className="small text-muted">
|
||||
(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 👷)
|
||||
</div>
|
||||
<div className="form-group mb-2">
|
||||
<input
|
||||
|
|
Loading…
Reference in New Issue