clf
: classifier
In Indonesian, deprel clf is usually used for word orang (for counting person), ekor (for counting animals) and buah (for counting other than person/animal). For example:
- tiga orang pegawai baru “three new employees”
- lima ekor kucing “five cats”
- dua buah mobil “two cars”
tiga orang pegawai baru \n three new employees
nummod(pegawai, tiga)
clf(tiga, orang)
amod(pegawai, baru)
lima ekor kucing \n five cats
nummod(kucing, lima)
clf(lima, ekor)
dua buah mobil \n two cars
nummod(mobil, dua)
clf(dua, buah)
clf in other languages: [id] [swl] [th] [u] [yue] [zh]