From b2c50c970a4925a1c4518d07110f7cf0f79fc71d Mon Sep 17 00:00:00 2001 From: snigdha <snigdha@illinois.edu> Date: Thu, 1 Dec 2016 19:46:39 -0600 Subject: [PATCH] tested --- .gitignore | 4 ++++ README.md | 11 ++++++----- 2 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..86322cb --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +target/ +*.iml +.idea +.DS_Store diff --git a/README.md b/README.md index 4f0bf5f..f233aca 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,13 @@ The code uses two lexicons for sentiment computation: Please cite one of the following two papers: - Minqing Hu and Bing Liu(2004). Mining and Summarizing Customer Reviews. Proceedings of - the ACM SIGKDD International Conference on Knowledge Discovery and Data Mining - (KDD-2004), Aug 22-25, 2004, Seattle, Washington, USA. + Minqing Hu and Bing Liu(2004). Mining and Summarizing Customer Reviews. + Proceedings of the ACM SIGKDD International Conference on Knowledge Discovery and Data Mining + (KDD-2004), Aug 22-25, 2004, Seattle, Washington, USA. - Bing Liu, Minqing Hu and Junsheng Cheng (2005). Opinion Observer: Analyzing and Comparing Opinions on the Web. - Proceedings of the 14th International World Wide Web conference (WWW-2005), May 10-14, 2005, Chiba, Japan. + Bing Liu, Minqing Hu and Junsheng Cheng (2005). Opinion Observer: Analyzing and + Comparing Opinions on the Web. Proceedings of the 14th International World Wide Web conference + (WWW-2005), May 10-14, 2005, Chiba, Japan. 2) MPQA lexicon -- GitLab