Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.

Commit 5f53a55

Browse files
committed
added badges
1 parent f173064 commit 5f53a55

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[![GitHub license](https://img.shields.io/github/license/machine-learning-apps/mdparse.svg)](https://github.com/machine-learning-apps/mdparse/blob/master/LICENSE)
2+
[![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg)](https://www.python.org/downloads/release/python-370/)
3+
[![PyPI version](https://badge.fury.io/py/mdparse.svg)](https://badge.fury.io/py/mdparse)
4+
5+
16
# A Parser That Adds Special Identifiers To Markdown Files For Deep Learning
27

38
GitHub contains a large corpus data that is amenable for NLP, in the form of Issues, READMEs, pull request comments and other items. However, this text is often accompanies by markdown which allows the user to specify styling (bold, underline, headings) and specialized formatting (code blocks, tables, block quotes, hyperlinks). This library has two goals:

0 commit comments

Comments
 (0)