-
Notifications
You must be signed in to change notification settings - Fork 8
Description
As I recall (and the need to recall is because the CILI site is currently down), the process for proposing ILIs is to produce a wordnet with ili="in" on some synsets. These would, in theory, get scooped up by the OMW and added to a review queue. There are some issues with this:
- It requires that the wordnet is actually processed by OMW
- ILIs cannot be proposed, reviewed, and approved prior to producing the wordnet with them in it
- The scooping and reviewing all happens offline so wordnet authors cannot easily know the progress of their proposals and it's easy for the reviewers to forget that the work remains unfinished
I can see (1) and (2) being intentional for quality control. E.g., (1) is because OMW acts as the confluence point of many wordnets and therefore is aware of the IDs used across projects (i.e., it puts the "C" in CILI); and (2) because the proposed IDs thereby exhibit their intended use as a prerequisite.
For (3), the situation would be better if the proposal and approval process were out in the open. I think GitHub pull requests against ili.ttl would help here a lot, as it provides a diff view for the proposed changes, a discussion space, an approval workflow, and a review queue (the list of PRs). These PRs could be generated by OMW maintainers from submitted wordnets, or if they are submitted directly by wordnet authors, the wordnet file should be attached somehow to verify that the IDs are in-use.
If this proposed workflow is accepted, then this issue would be resolved by creating some documentation (in the README or elsewhere) explaining what to do.