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

Commit 4e3cded

Browse files
authored
Update README.md
1 parent 6623aa8 commit 4e3cded

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ This parser works by converting markdown to HTML then converting the HTML (along
3838

3939
### Caveats
4040

41-
This library makes extremely opinionated choices on how to parse markdown and filter information. This library is for experimental purposes only, and may not be appropriate for every problem. Please use with caution. The intended use case of this parser is to train a language model over a large corpus of GitHub Isssues for transfer learning.
41+
This library makes extremely opinionated choices on how to parse markdown and filter information. This library is for experimental purposes only, and may not be appropriate for every problem. Please use with caution.
42+
43+
The primary use case of this parser has been to prepare a large corpus of GitHub Issue data for a language model. However, we envision this parser would be applicable to other machine learning tasks involving the extraction of features from the text of GitHub Issues, Readme files, or pull request comments.
4244

4345
# Examples
4446

0 commit comments

Comments
 (0)