diff --git a/README.md b/README.md index efcdaaa..b6055b0 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ avg / total 1.00 1.00 1.00 23 ``` ### Program lists + |Programs|Description|Link| |------|------|--------| |[JSONLines](https://github.com/Cheng-Lin-Li/KnowledgeGraph/tree/master/CDR_JSONLines)|Once your crawler download a lot of pages, how can you aggregate all of those files into single one? Json Lines is your answer. The program will package each of your file into single JSON object into the file which will contain multiple JSON objects.| [Source Code](https://github.com/Cheng-Lin-Li/KnowledgeGraph/blob/master/CDR_JSONLines/jsonlines.py)|