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