update
This commit is contained in:
parent
4895cdfb5d
commit
c0e142d32f
|
@ -134,7 +134,7 @@ function App() {
|
||||||
<SpellingDemo opts={textOptions} onChange={setTextOptions} />
|
<SpellingDemo opts={textOptions} onChange={setTextOptions} />
|
||||||
</Hider>
|
</Hider>
|
||||||
<Hider
|
<Hider
|
||||||
label="Parser (IN PROGRESS)"
|
label="Parser (🚧 IN PROGRESS 🚧)"
|
||||||
hLevel={3}
|
hLevel={3}
|
||||||
showing={showing === "parser"}
|
showing={showing === "parser"}
|
||||||
handleChange={() => handleHiderClick("parser")}
|
handleChange={() => handleHiderClick("parser")}
|
||||||
|
|
|
@ -33,8 +33,8 @@ function ParserDemo({ opts }: { opts: T.TextOptions }) {
|
||||||
<div className="mt-3" style={{ marginBottom: "1000px" }}>
|
<div className="mt-3" style={{ marginBottom: "1000px" }}>
|
||||||
<div>Type a sentence to parse</div>
|
<div>Type a sentence to parse</div>
|
||||||
<div className="small text-muted">
|
<div className="small text-muted">
|
||||||
(IN PROGRESS: limited vocab and not working for APs, compound verbs, or
|
(NOT DONE!! limited vocab, and not working for APs, compound verbs, or
|
||||||
grammatically transitive verbs allowed... yet)
|
grammatically transitive verbs... yet 👷)
|
||||||
</div>
|
</div>
|
||||||
<div className="form-group mb-2">
|
<div className="form-group mb-2">
|
||||||
<input
|
<input
|
||||||
|
|
Loading…
Reference in New Issue