Typed features are hierarchies of symbols which are interpreted by the unifier. They are defined by using the function define-feature-type.
|
The function subsume tests if a symbol (or an object in general) is a specialization of another symbol.
|
The function reset-typed-features resets the working space and deletes all feature type definitions from memory. It is recommended to call it before loading a new grammar to avoid any side effect from previously defined types.
|