This commit is contained in:
parent
fc3431199c
commit
c012c26630
|
@ -69,7 +69,7 @@ function ParserDemo({ opts }: { opts: T.TextOptions }) {
|
|||
<div className="mb-2">Type a sentence to parse</div>
|
||||
<div className="small text-muted mb-2">
|
||||
<div>
|
||||
<strong>NOT DONE:</strong> <em>sort of</em> works with:{` `}
|
||||
<strong>NOT DONE:</strong> <em>should</em> work with:{` `}
|
||||
{working.map((x) => (
|
||||
<span className="mr-2" key={x}>
|
||||
✅ {x}
|
||||
|
|
|
@ -28,11 +28,14 @@ import { isFirstOrSecondPersPronoun } from "../phrase-building/render-vp";
|
|||
// ومې لیدې
|
||||
// ویې وهم
|
||||
|
||||
// TODO: add tests for negatives and negative order
|
||||
|
||||
// map over transitivities, to give transitive / gramm. transitive optionns
|
||||
|
||||
// make impossible subjects like I saw me, error
|
||||
|
||||
// TODO: learn how to yank / use plugin for JSON neovim
|
||||
// learn to use jq to edit selected json in vim ?? COOOL
|
||||
|
||||
// TODO: transitivity options
|
||||
|
||||
|
|
Loading…
Reference in New Issue