diff options
| author | lonkaars <loek@pipeframe.xyz> | 2023-07-06 16:22:26 +0200 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2023-07-06 16:22:26 +0200 |
| commit | cb78013884e3aa3b1e1a91722f5eeb78c62f6796 (patch) | |
| tree | 72a40258a246607ecb59eb596e417f81181b59a7 /language | |
| parent | 4e32a1942ff2478b557af1b900b3f3282d7ce55b (diff) | |
update tests
Diffstat (limited to 'language')
| -rw-r--r-- | language/tags.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/language/tags.ts b/language/tags.ts index 135de68..4205e72 100644 --- a/language/tags.ts +++ b/language/tags.ts @@ -101,6 +101,12 @@ export const Tag = { Na: "infl:reason:adj:na", }, }, + /** @constant passive form (e.g. 言われる) */ + Passive: "infl:passive", + /** @constant indicates that a verb *can* happen (e.g. 落ちられる) */ + Potential: "infl:potential", + Causative: "infl:causative", // TODO: jsdoc this + Imperative: "infl:imperative", }, /** @constant uncategorized tags */ Auxiliary: { |