From e9cf90acae4f6b93fe8dce9af1715626607f0ea1 Mon Sep 17 00:00:00 2001 From: Cheng-Lin Li Date: Fri, 23 Feb 2018 01:26:14 -0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) 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)|