diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..36725d2 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +Lexrank/summa/*.pyc \ No newline at end of file diff --git a/Lexrank/summa/pagerank_weighted.pyc b/Lexrank/summa/pagerank_weighted.pyc index 4919ce3..ed20fbf 100644 Binary files a/Lexrank/summa/pagerank_weighted.pyc and b/Lexrank/summa/pagerank_weighted.pyc differ diff --git a/Lexrank/summa/preprocessing/__init__.pyc b/Lexrank/summa/preprocessing/__init__.pyc index 48cd802..ab8c38f 100644 Binary files a/Lexrank/summa/preprocessing/__init__.pyc and b/Lexrank/summa/preprocessing/__init__.pyc differ diff --git a/Lexrank/summa/preprocessing/porter.pyc b/Lexrank/summa/preprocessing/porter.pyc index fcc8aa2..d233b60 100644 Binary files a/Lexrank/summa/preprocessing/porter.pyc and b/Lexrank/summa/preprocessing/porter.pyc differ diff --git a/Lexrank/summa/preprocessing/snowball.pyc b/Lexrank/summa/preprocessing/snowball.pyc index b11d9f9..d2c643a 100644 Binary files a/Lexrank/summa/preprocessing/snowball.pyc and b/Lexrank/summa/preprocessing/snowball.pyc differ diff --git a/Lexrank/summa/preprocessing/stopwords.pyc b/Lexrank/summa/preprocessing/stopwords.pyc index fcc75f1..348f7b1 100644 Binary files a/Lexrank/summa/preprocessing/stopwords.pyc and b/Lexrank/summa/preprocessing/stopwords.pyc differ diff --git a/Lexrank/summa/preprocessing/textcleaner.pyc b/Lexrank/summa/preprocessing/textcleaner.pyc index 1130e1d..572e2c3 100644 Binary files a/Lexrank/summa/preprocessing/textcleaner.pyc and b/Lexrank/summa/preprocessing/textcleaner.pyc differ diff --git a/Lexrank/summa/summarizer.pyc b/Lexrank/summa/summarizer.pyc index 44621da..85c6663 100644 Binary files a/Lexrank/summa/summarizer.pyc and b/Lexrank/summa/summarizer.pyc differ