Skip to content

Instantly share code, notes, and snippets.

View rgalhama's full-sized avatar
®️

Raquel G. Alhama rgalhama

®️
View GitHub Profile
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
__pycache__/
*.py[cod]
@rgalhama
rgalhama / spacy_parse_as_conllu.py
Last active November 21, 2018 13:06
Script to parse text with Spacy and print the output in CoNLL-U format.
"""
__author__ = "Raquel G. Alhama"
__email__ = "rgalhama@gmail.com"
Script to parse text with Spacy and print the output in CoNLL-U format.
Refs:
https://spacy.io/
http://universaldependencies.org/format.html
"""