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

Allow associating additional metadata to a labelled set of stroke sequences #2

Open
3 tasks
mz2 opened this issue Dec 26, 2013 · 1 comment
Open
3 tasks
Assignees

Comments

@mz2
Copy link
Owner

mz2 commented Dec 26, 2013

  • An association to a vocabulary that the set of labelled stroke sequences is drawn from (e.g. "LaTeX math symbols", "Alphanumerical characters", "Proofreading markers").
  • Symbol identifier (e.g. LaTeX command for the symbol).
  • Human readable description.
@ghost ghost assigned mz2 Dec 26, 2013
@mz2
Copy link
Owner Author

mz2 commented Dec 26, 2013

Thinking more about this, probably the best way to associate the metadata is:

  • Stroke sequence database has symbols identifiable by their label.
  • Stroke sequence database has symbol namespaces set N.
  • A symbol has a set of namespaces which is a subset of N.
  • A stroke sequence has a symbol.

This way the same symbol can be part of multiple namespaces, and a stroke sequence can remain associated with just one symbol. This should be easy to build and still allows for building multiple levels of classification systems for the stroke sequences.

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

1 participant