We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98cd40c commit e6c6656Copy full SHA for e6c6656
1 file changed
src/translator2/modifier.ts
@@ -9,6 +9,7 @@ import { noun } from "./noun.ts";
9
import { pronoun } from "./pronoun.ts";
10
import { adjective, compoundAdjective } from "./adjective.ts";
11
import * as Composer from "../parser/composer.ts";
12
+import { word } from "./word.ts";
13
14
export type ModifierTranslation =
15
| Readonly<{ type: "noun"; noun: English.NounPhrase }>
0 commit comments