genus_description+=helpers.mapping[self.dictionary]['Masc']+', '+helpers.mapping[self.dictionary]['Fem']+' eller '+helpers.mapping[self.dictionary]['Neuter']
}else{
genus_description+=Array.from(genera).map(code=>helpers.mapping[self.dictionary][code]).sort().join(' eller ')
}
}
})
if (noun_grp_collection.size){
letnoun_grp_text='substantiv '
if (noun_grp_collection.size==3){
noun_grp_text+=helpers.mapping[self.dictionary]['Masc']+', '+helpers.mapping[self.dictionary]['Fem']+' eller '+helpers.mapping[self.dictionary]['Neuter']
}else{
noun_grp_text+=Array.from(noun_grp_collection).map(code=>helpers.mapping[self.dictionary][code]).sort().join(' eller ')