They are currently missing. I have already prepared some code to extract the auxiliary from the original IMSLex files, but we need to decide how to represent verbs that take both "haben" and "sein". AFAIK, they are specially tagged with "-variant"(?). Currently we do not have an enum value for having both auxiliaries in EAuxiliary. Solutions may be
- adding a combined value "habenSein" to EAuxiliary or
- duplicating the subcat frames with differing links to a haben- and sein-LexemeProperty.
They are currently missing. I have already prepared some code to extract the auxiliary from the original IMSLex files, but we need to decide how to represent verbs that take both "haben" and "sein". AFAIK, they are specially tagged with "-variant"(?). Currently we do not have an enum value for having both auxiliaries in EAuxiliary. Solutions may be