DeanLight / spannerlib

https://deanlight.github.io/spannerlib/
Apache License 2.0
3 stars 1 forks source link

april 21st meeting recap #47

Closed nnrepos closed 3 years ago

nnrepos commented 3 years ago

follows #43

brief:

we talked about our two main planned features - detailed tutorials and replacing pydatalog with sql. our current tasks are passing feature-client-only's code review, and simultaneously planning/implementing tutorials.

steps:

the next meeting is scheduled for may 10th

DeanLight commented 3 years ago

Current use cases (will update as more come in)

These are some ideas to play around with. We dont have to do all of them, i just put more than we need so we can throw out some if we see that they are too much work/ too similar in implementation to others.

Family tree

given a text about a family, generate their family tree.

Medical compounds that help with covid/diease x

Given a couple of academic articles about coivd/disease x, find the all chemical compounds / drugs that were said to have a positive effect on patients.

animal classification

Given an encyclopedia about animals

nested text parsing of medical documents

Stjin gave us a use case of a real lab that needs to parse nested medical text from sensor software into a relational DB. I am attaching two examples of text and a pdf that outlines the schema of the DB 0.txt 1.txt dataset_descriptor.pdf

DeanLight commented 3 years ago

closes #43

brief:

we talked about our two main planned features - detailed tutorials and replacing pydatalog with sql. our current tasks are passing feature-client-only's code review, and simultaneously planning/implementing tutorials.

steps:

  • [ ] @NNRepos needs to fix the feature-client-only branch's issue with rule safety
  • [ ] @tom347 needs to automate the installation of corenlp and make sure the tests pass
  • [ ] after these two are done, @DeanLight needs to review the code and merge feature-client-only into master
  • [ ] @DeanLight needs to find use cases for the tutorials (e.g. from Benny)
  • [ ] @NNRepos and @tom347 need to refactor the tutorials, including:

    • going over pytorch's tutorial as an example
    • thinking of additional use cases
    • a simple introduction which covers the main use cases
    • best practices
    • advanced usage and features

the next meeting is scheduled for may 10th

Great summary!

nnrepos commented 3 years ago

@DeanLight i think it would be cleaner to move all tutorial ideas to a single issue, and close this one

DeanLight commented 3 years ago

@NNRepos Go for it