The following observation concerns the LREC-Coling 2024 release (camel_morph/official_releases/lrec-coling2024_release/databases/camel-morph-msa):
The features catib6 and ud are always empty, e.g. in the following analysis of "فبسبب":
{
'bw': 'فَ/CONJ+بِ/PREP+سَبَب/NOUN+ِ/CASE_DEF_GEN',
'ud': '',
'catib6': ''
}
The expected values are:
{
'ud': 'CCONJ+ADP+NOUN ',
'catib6': 'PRT+PRT+NOM'
}
The following observation concerns the LREC-Coling 2024 release (
camel_morph/official_releases/lrec-coling2024_release/databases/camel-morph-msa):The features
catib6andudare always empty, e.g. in the following analysis of "فبسبب":{ 'bw': 'فَ/CONJ+بِ/PREP+سَبَب/NOUN+ِ/CASE_DEF_GEN', 'ud': '', 'catib6': '' }The expected values are:
{ 'ud': 'CCONJ+ADP+NOUN ', 'catib6': 'PRT+PRT+NOM' }