more
This commit is contained in:
parent
02b6396686
commit
09cd48de68
|
@ -14,6 +14,8 @@ const working = [
|
|||
"mini-pronouns for shrunken servants",
|
||||
"grammar error correction",
|
||||
"negatives",
|
||||
"imperative verbs",
|
||||
"perfect tenses",
|
||||
];
|
||||
|
||||
const todo = [
|
||||
|
@ -22,9 +24,7 @@ const todo = [
|
|||
"adverbial phrases",
|
||||
"relative clauses",
|
||||
"equative verbs",
|
||||
"perfect tenses",
|
||||
"ability verbs",
|
||||
"imperative verbs",
|
||||
"passive verbs",
|
||||
"quantifiers",
|
||||
"demonstrative pronouns",
|
||||
|
|
|
@ -25,7 +25,6 @@ import { isFirstOrSecondPersPronoun } from "../phrase-building/render-vp";
|
|||
import { LookupFunction } from "./lookup";
|
||||
import { isSecondPerson, personToGenNum } from "../misc-helpers";
|
||||
import { equals, zip } from "rambda";
|
||||
import { isPrimitive } from "util";
|
||||
import { isImperativeTense } from "../type-predicates";
|
||||
// to hide equatives type-doubling issue
|
||||
|
||||
|
|
Loading…
Reference in New Issue