content: zu and nu

This commit is contained in:
Maciej Jur 2024-04-22 22:57:20 +02:00
parent b09a32733c
commit ea9d777d09
Signed by: kamov
GPG key ID: 191CBFF5F72ECAFD
2 changed files with 18 additions and 2 deletions

View file

@ -0,0 +1,16 @@
---
title: 〜ず and 〜ぬ
---
The suffixes 〜ず and 〜ぬ are both classical versions of the suffix 〜ない. In
fact, they are two conjugations of the same word, 〜ぬ being the
[連体形]{れんたいけい} form of 〜ず in Classical Japanese. However, there is
also another 連体形 form of 〜ず which happens to be 〜ざる.
〜ない, 〜ざる and 〜ぬ can all be used interchangeably:
- 知ら**ない**人
- 知ら**ざる**人
- 知ら**ぬ**人
According to this [post](https://japanese.stackexchange.com/questions/14518)
the 〜ざる form was more commonly used in [漢文]{かんぶん} while the 〜ぬ form
was more commonly used in [和文]{わぶん}.

View file

@ -184,9 +184,9 @@ fn transform<T>(meta: gen::Source) -> Asset
let (fm, md) = md::preflight::<T>(&data);
let link = T::as_link(&fm, Utf8Path::new("/").join(dir));
let call = move |everything: &Sack| {
let call = move |sack: &Sack| {
let (outline, html) = T::render(&md);
T::transform(&fm, Raw(html), outline, everything).render().into()
T::transform(&fm, Raw(html), outline, sack).render().into()
};
gen::Asset {