Skip to content

2mh/PyBioC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyBioC is a native python library to deal with BioCreative XML data,
i. e. to read from and to write to it.

Usage:
------
Two example programs, test_read+write.py and stemming.py are shipped in the
src/ folder.

test_read+write.py shows the very basic reading and writing capability of the 
library.

stemming.py uses the Python Natural Language Toolkit (NLTK) library to 
manipulate a BioC XML file read in before; it then tokenizes the corresponding 
text, does stemming on the tokens and transforms the manipulated PyBioC 
objects back to valid BioC XML format.

About

Python library for work with BioCreative files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages