From a924225d1711d533b19df1c6fcebffcd6d299d7a Mon Sep 17 00:00:00 2001 From: Clare <clarecorthell@gmail.com> Date: Fri, 17 Jan 2014 12:22:59 -0800 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c99b0f9f..16fdbb1e 100644 --- a/README.md +++ b/README.md @@ -119,14 +119,14 @@ Start here. * Learn R & Become a Data Analyst [Tutorial](https://www.datacamp.com/) * **R** (Libraries) -* Natural Language Toolkit [OpenNLP](http://cran.r-project.org/web/packages/openNLP/index.html) -* Text Mining [tm](http://cran.r-project.org/web/packages/tm/index.html] -* Basic Viz [wordcloud](http://cran.r-project.org/web/packages/wordcloud/index.html) -* Network Modeling & Viz [igraph](http://cran.r-project.org/web/packages/igraph/index.html) -* Basic Machine Learning [e1071](http://cran.r-project.org/web/packages/e1071/index.html) -* Kernel Method [kernlab](http://cran.r-project.org/web/packages/kernlab/index.html) -* Chinese Language Processing [Rwordseg](http://jliblog.com/app/rwordseg) -* Chinese Weibo Analysis [Rweibo](http://jliblog.com/app/rweibo) + * Natural Language Toolkit [OpenNLP](http://cran.r-project.org/web/packages/openNLP/index.html) + * Text Mining [tm](http://cran.r-project.org/web/packages/tm/index.html] + * Basic Viz [wordcloud](http://cran.r-project.org/web/packages/wordcloud/index.html) + * Network Modeling & Viz [igraph](http://cran.r-project.org/web/packages/igraph/index.html) + * Basic Machine Learning [e1071](http://cran.r-project.org/web/packages/e1071/index.html) + * Kernel Method [kernlab](http://cran.r-project.org/web/packages/kernlab/index.html) + * Chinese Language Processing [Rwordseg](http://jliblog.com/app/rwordseg) + * Chinese Weibo Analysis [Rweibo](http://jliblog.com/app/rweibo) ### Capstone Project * [Toy Data Ideas](http://www.quora.com/Programming-Challenges-1/What-are-some-good-toy-problems-in-data-science)