Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core / Extensions #56

Closed
1313ou opened this issue Sep 9, 2021 · 2 comments
Closed

Core / Extensions #56

1313ou opened this issue Sep 9, 2021 · 2 comments

Comments

@1313ou
Copy link

1313ou commented Sep 9, 2021

Strictly speaking, this is not an issue but tentative proposals, open for discussion.
Here they go:

1 - It is appropriate to distinguish between core levels and extensions

2 - The core level should define
- the core contents of a word net
- possibly an extension mechanism, but not the extensions themselves

3 - The core level should deal only with stand-alone internal coherence and well-formedness. It excludes external references to external databases. Internal references should be checked.

4 - Extensions are permissible and should have their own namespace. They can deal with external reference. They are responsible for their own validation.

5 - Each extension should provide a strip-down mechanism that produces core-conformant data, in effect stripping down non-core data.
This can be easily done with each extension providing an XSLT transform script "to_core.xsl" that, when invoked, will filter non-core data away.
Invocation can then be triggered by simply including this in the XML header:
<?xml-stylesheet type="text/xsl" href="to_core.xsl"?> or passing the XSLT to DOM builders.

@jmccrae
Copy link
Member

jmccrae commented Sep 9, 2021

To clarify this, are you talking about extensions to the schema (e.g., for the modelling of pronunciation, etymology, morphology) that some wordnets have or is this related to "Core WordNet" (the 5000 most frequent senses of the English WordNet)?

@1313ou
Copy link
Author

1313ou commented Sep 9, 2021

The first.

@jmccrae jmccrae closed this as completed Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants