We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20f75c4 commit 9ef6bd6Copy full SHA for 9ef6bd6
src/translator/predicate.ts
@@ -184,7 +184,6 @@ export function predicate(
184
associatedPredicate(predicate, object, preposition)
185
);
186
}
187
- // TODO: combine adjectives and nouns
188
case "and conjunction":
189
case "anu":
190
return ArrayResult.combine(
src/translator/verb.ts
@@ -19,7 +19,6 @@ export type PartialVerb =
19
& Readonly<{
20
modal: null | English.AdverbVerb;
21
adverb: ReadonlyArray<English.Word>;
22
- // TODO: better name other than first and rest
23
first: null | Dictionary.VerbForms;
24
reduplicationCount: number;
25
wordEmphasis: boolean;
0 commit comments