lukeingawesome
Add pip install support: setup.py, package structure, and updated README with pip install chest2vec
9f4f4fe
| from chest2vec import Chest2Vec, EmbedOutput | |
| __all__ = ["Chest2Vec", "EmbedOutput"] | |
| __version__ = "0.6.0" | |