Skip to content

oda-hub/literature-to-facts

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

literature-to-facts

How to contribute to literature analysis?

prepared-for: scienstists, contributors

simply add a function following the example:

https://github.com/cdcihub/literature-to-facts/blob/master/facts/gcn.py#L134

consider adding a test for your and our safety:

https://github.com/cdcihub/literature-to-facts/blob/master/tests/test_gcn.py

Is this like google, finding keywords?

not really. It is extracting structured data, propositions, encoded in RDF. E.g. GRBXXX is-detected-by Swift/BAT.

It can also extract keywords, but unlike google, it, for the moment, uses fixed set of keywords.

see linked-data concept for mode ideas.

Try it locally

for ATels:

Not all atels are ingested, only "interesting" ones (with some useful attributes).

Currently, there are 836 interesting ATels.

to parse atels from html:

python -m  facts.atel -d parse-html ~/ATels.html

or fetch last ones:

python -m  facts.atel -d fetch

to extract from atels

python -m facts.learn learn -t

to extract from atels

python -m facts.learn learn -t

it will store knowledge.n3

which is then published to the kb (given the permissions)

python -m facts.learn publish

About

Extracting facts from publications

Topics

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
COPYING

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages