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

TextToTagsAndTriples - Take a user's photo description and produce the Tags and Triples #2

Open
mantzaris opened this issue Apr 2, 2021 · 4 comments
Assignees
Labels
enhancement New feature or request
Projects

Comments

@mantzaris
Copy link
Owner

mantzaris commented Apr 2, 2021

This can be taken as a science which many do in the Semantic Web world, but we are going to focus on other elements so keep it simple.

Any word that is a Stop word is not a Tag. We will even keep words such as Adjectives to be Stop words. The Triples for the RDF will be simple (subject, object, predicate). A lot of work can be done in order to pick these out as accurately as possible but our approach relies upon 'REDUNDANCY' so it should be ok in the long run.

  1. produce tags
  2. extract some triple stores

*Must be javascript

  1. no RDF
  2. format in description [S:P:O]
  3. widget user create RDF
  4. user curate automated RDFs produced
@mantzaris mantzaris created this issue from a note in Tagasaurus (To do) Apr 2, 2021
@mantzaris mantzaris changed the title Take a textual description, and then extract 'tags', and extract 'triple-stores' (semantic triples) TextToTagsAndTriples - Take a user's photo description and produce the Tags and Triples Apr 2, 2021
@mantzaris mantzaris added the enhancement New feature or request label Apr 2, 2021
@mantzaris
Copy link
Owner Author

the most basic form of tag entry is produced now, but the triples are not yet realized

@mantzaris
Copy link
Owner Author

It seems like producing triples from raw text is not something that is easily done. Apparently it is an active area of research

@mantzaris
Copy link
Owner Author

Taking raw text and translating it into triples (RDF) is actually an ongoing area of research and far from being completed. The scope of the feature may require a redefinition.

@mantzaris mantzaris pinned this issue May 7, 2021
@mantzaris mantzaris unpinned this issue May 18, 2021
@MichaelHopwood
Copy link

Add double store

  • [Adj] [N]
  • [N] [V] [Adj]
    ... etc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

3 participants