From d35c37b93419f67effa6f96500a3231547772e1f Mon Sep 17 00:00:00 2001 From: ZhensongQian Date: Mon, 6 Nov 2017 15:25:26 -0800 Subject: [PATCH 01/24] Update README.rst --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index db16756f..873ec8f2 100644 --- a/README.rst +++ b/README.rst @@ -118,6 +118,7 @@ You can also pass additional parameters to ``extractOne`` method to make it use .. |Build Status| image:: https://api.travis-ci.org/seatgeek/fuzzywuzzy.png?branch=master :target: https:travis-ci.org/seatgeek/fuzzywuzzy + Known Ports ============ From 8e344b1ca5406ef3da359f99f5173d9465e0f94e Mon Sep 17 00:00:00 2001 From: ZhensongQian Date: Thu, 9 Nov 2017 16:47:29 -0800 Subject: [PATCH 02/24] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 873ec8f2..e5fc15ac 100644 --- a/README.rst +++ b/README.rst @@ -51,7 +51,7 @@ Manually via GIT python setup.py install -Usage +Example Usage ===== .. code:: python From 43a7763fe23bb38aba8decf386e105f1e6f36428 Mon Sep 17 00:00:00 2001 From: ZhensongQian Date: Thu, 9 Nov 2017 16:49:34 -0800 Subject: [PATCH 03/24] Update README.rst --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index e5fc15ac..210e68e7 100644 --- a/README.rst +++ b/README.rst @@ -6,6 +6,8 @@ FuzzyWuzzy Fuzzy string matching like a boss. It uses `Levenshtein Distance `_ to calculate the differences between sequences in a simple-to-use package. +_`Website`_ + Requirements ============ From 4f649a274620ce96b26540e3adedfc929fee8dc1 Mon Sep 17 00:00:00 2001 From: ZhensongQian Date: Thu, 9 Nov 2017 16:49:51 -0800 Subject: [PATCH 04/24] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 210e68e7..f8fb6e31 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,7 @@ FuzzyWuzzy Fuzzy string matching like a boss. It uses `Levenshtein Distance `_ to calculate the differences between sequences in a simple-to-use package. -_`Website`_ +_`Website `_ Requirements ============ From 7843a5d309df9ebddc2654c41c941e28e8f6fa7e Mon Sep 17 00:00:00 2001 From: ZhensongQian Date: Thu, 9 Nov 2017 16:50:29 -0800 Subject: [PATCH 05/24] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f8fb6e31..ab002d50 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,7 @@ FuzzyWuzzy Fuzzy string matching like a boss. It uses `Levenshtein Distance `_ to calculate the differences between sequences in a simple-to-use package. -_`Website `_ +`Website `_ Requirements ============ From 2441c87f35a24a844dec755bea2ca35ccacc5c91 Mon Sep 17 00:00:00 2001 From: ZhensongQian Date: Thu, 9 Nov 2017 16:54:05 -0800 Subject: [PATCH 06/24] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ab002d50..5a4e6d54 100644 --- a/README.rst +++ b/README.rst @@ -69,7 +69,7 @@ Simple Ratio >>> fuzz.ratio("this is a test", "this is a test!") 97 -Partial Ratio +Partial Ratio (best sub-string match) ~~~~~~~~~~~~~ .. code:: python From b4fe56a4dc818a34756e119df243426e5b8dc082 Mon Sep 17 00:00:00 2001 From: ZhensongQian Date: Thu, 9 Nov 2017 17:04:23 -0800 Subject: [PATCH 07/24] Update README.rst --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 5a4e6d54..f728b9a9 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,8 @@ .. image:: https://travis-ci.org/seatgeek/fuzzywuzzy.svg?branch=master :target: https://travis-ci.org/seatgeek/fuzzywuzzy +.. support case insensitive? +.. combine n-gram? +.. ignore non-alpha/digit? FuzzyWuzzy ========== From f63412414ac6fb0e7c8af6b4f084074f0cbf6552 Mon Sep 17 00:00:00 2001 From: ZhensongQian Date: Thu, 9 Nov 2017 17:04:40 -0800 Subject: [PATCH 08/24] Update README.rst --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index f728b9a9..e6219e06 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,7 @@ .. image:: https://travis-ci.org/seatgeek/fuzzywuzzy.svg?branch=master :target: https://travis-ci.org/seatgeek/fuzzywuzzy + + .. support case insensitive? .. combine n-gram? .. ignore non-alpha/digit? From a3138214e45addc1f74ca679e88c1276a578fe6d Mon Sep 17 00:00:00 2001 From: ZhensongQian Date: Thu, 9 Nov 2017 17:05:14 -0800 Subject: [PATCH 09/24] Update README.rst --- README.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index e6219e06..e8110ef6 100644 --- a/README.rst +++ b/README.rst @@ -2,9 +2,12 @@ :target: https://travis-ci.org/seatgeek/fuzzywuzzy -.. support case insensitive? -.. combine n-gram? -.. ignore non-alpha/digit? + +support case insensitive? + +combine n-gram? + +ignore non-alpha/digit? FuzzyWuzzy ========== From 320e248cac45e0ee1afa642fe329403ccfad657a Mon Sep 17 00:00:00 2001 From: ZhensongQian Date: Thu, 9 Nov 2017 17:31:13 -0800 Subject: [PATCH 10/24] Create case-insensitive.md --- case-insensitive.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 case-insensitive.md diff --git a/case-insensitive.md b/case-insensitive.md new file mode 100644 index 00000000..113b1aa3 --- /dev/null +++ b/case-insensitive.md @@ -0,0 +1,26 @@ + +* for ratio/partial_ratio, it is case sensitive +* but for token_sort_ratio/token_set_ratio is case insensitive + +## would be better to make them consistent? + +``` +>>> fuzz.ratio("this is a test", "this is a test!") +97 +>>> fuzz.ratio("this is a test", "this is a TEST!") +69 +>>> fuzz.partial_ratio("this is a test", "this is a test!") +100 +>>> fuzz.partial_ratio("this is a test", "this is a TEST!") +71 +``` +``` +>>> fuzz.token_sort_ratio("fuzzy wuzzy was a bear", "wuzzy fuzzy was a bear") +100 +>>> fuzz.token_sort_ratio("fuzzy wuzzy was a bear", "wuzzy fuzzy was a BEAR") +100 +>>> fuzz.token_set_ratio("fuzzy was a bear", "fuzzy fuzzy was a bear") +100 +>>> fuzz.token_set_ratio("fuzzy was a bear", "fuzzy fuzzy was a BEAR") +100 +``` From d9c21d246eb54a485aaaa59101ef7b9d31c88e53 Mon Sep 17 00:00:00 2001 From: ZhensongQian Date: Thu, 9 Nov 2017 17:34:40 -0800 Subject: [PATCH 11/24] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e8110ef6..d000edb6 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ combine n-gram? ignore non-alpha/digit? -FuzzyWuzzy +FuzzyWuzzy (GPLv2) ========== Fuzzy string matching like a boss. It uses `Levenshtein Distance `_ to calculate the differences between sequences in a simple-to-use package. From 319a383dc1e82728d228e058adfbef3456ce7554 Mon Sep 17 00:00:00 2001 From: ZhensongQian Date: Fri, 10 Nov 2017 11:02:17 -0800 Subject: [PATCH 12/24] remove the force of "lowercase" remove the force of "lowercase", always case sensitive --- fuzzywuzzy/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzywuzzy/utils.py b/fuzzywuzzy/utils.py index db9d2875..3610f1a3 100644 --- a/fuzzywuzzy/utils.py +++ b/fuzzywuzzy/utils.py @@ -88,7 +88,7 @@ def full_process(s, force_ascii=False): # Keep only Letters and Numbers (see Unicode docs). string_out = StringProcessor.replace_non_letters_non_numbers_with_whitespace(s) # Force into lowercase. - string_out = StringProcessor.to_lower_case(string_out) + #string_out = StringProcessor.to_lower_case(string_out) # Remove leading and trailing whitespaces. string_out = StringProcessor.strip(string_out) return string_out From f46b31b133ac93aa7a00ff113c2a14b2421eda42 Mon Sep 17 00:00:00 2001 From: ZhensongQian Date: Fri, 10 Nov 2017 11:26:47 -0800 Subject: [PATCH 13/24] Update utils.py --- fuzzywuzzy/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzywuzzy/utils.py b/fuzzywuzzy/utils.py index 3610f1a3..e98205d8 100644 --- a/fuzzywuzzy/utils.py +++ b/fuzzywuzzy/utils.py @@ -88,7 +88,7 @@ def full_process(s, force_ascii=False): # Keep only Letters and Numbers (see Unicode docs). string_out = StringProcessor.replace_non_letters_non_numbers_with_whitespace(s) # Force into lowercase. - #string_out = StringProcessor.to_lower_case(string_out) + # string_out = StringProcessor.to_lower_case(string_out) # Remove leading and trailing whitespaces. string_out = StringProcessor.strip(string_out) return string_out From 9b4d8cdea3698e3df56a7f7892a374c86c006179 Mon Sep 17 00:00:00 2001 From: ZhensongQian Date: Fri, 10 Nov 2017 11:27:25 -0800 Subject: [PATCH 14/24] Update test_fuzzywuzzy.py --- test_fuzzywuzzy.py | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/test_fuzzywuzzy.py b/test_fuzzywuzzy.py index 4250b065..e0024c04 100644 --- a/test_fuzzywuzzy.py +++ b/test_fuzzywuzzy.py @@ -89,7 +89,9 @@ def setUp(self): self.s4 = "new york mets vs atlanta braves" self.s5 = "atlanta braves vs new york mets" self.s6 = "new york mets - atlanta braves" - self.s7 = 'new york city mets - atlanta braves' + self.s7 = "new york city mets - atlanta braves" + self.s8 = "fuzzy wuzzy was a bear" + self.s9 = "fuzzy wuzzy was a BEAR" self.cirque_strings = [ "cirque du soleil - zarkana - las vegas", @@ -113,9 +115,9 @@ def tearDown(self): def testEqual(self): self.assertEqual(fuzz.ratio(self.s1, self.s1a), 100) - def testCaseInsensitive(self): + def testCaseSensitive(self): self.assertNotEqual(fuzz.ratio(self.s1, self.s2), 100) - self.assertEqual(fuzz.ratio(utils.full_process(self.s1), utils.full_process(self.s2)), 100) + self.assertEqual(fuzz.ratio(utils.full_process(self.s1), utils.full_process(self.s2)), 69) def testPartialRatio(self): self.assertEqual(fuzz.partial_ratio(self.s1, self.s3), 100) @@ -123,6 +125,9 @@ def testPartialRatio(self): def testTokenSortRatio(self): self.assertEqual(fuzz.token_sort_ratio(self.s1, self.s1a), 100) + def testTokenSortRatioCaseSensitive(self): + self.assertEqual(fuzz.token_sort_ratio(self.s8, self.s9), 82) + def testPartialTokenSortRatio(self): self.assertEqual(fuzz.partial_token_sort_ratio(self.s1, self.s1a), 100) self.assertEqual(fuzz.partial_token_sort_ratio(self.s4, self.s5), 100) @@ -130,14 +135,17 @@ def testPartialTokenSortRatio(self): def testTokenSetRatio(self): self.assertEqual(fuzz.token_set_ratio(self.s4, self.s5), 100) + def testTokenSetRatioCaseSensitive(self): + self.assertEqual(fuzz.token_set_ratio(self.s8, self.s9), 87) + def testPartialTokenSetRatio(self): self.assertEqual(fuzz.partial_token_set_ratio(self.s4, self.s7), 100) def testQuickRatioEqual(self): self.assertEqual(fuzz.QRatio(self.s1, self.s1a), 100) - def testQuickRatioCaseInsensitive(self): - self.assertEqual(fuzz.QRatio(self.s1, self.s2), 100) + def testQuickRatioCaseSensitive(self): + self.assertEqual(fuzz.QRatio(self.s1, self.s2), 69) def testQuickRatioNotEqual(self): self.assertNotEqual(fuzz.QRatio(self.s1, self.s3), 100) @@ -145,8 +153,8 @@ def testQuickRatioNotEqual(self): def testWRatioEqual(self): self.assertEqual(fuzz.WRatio(self.s1, self.s1a), 100) - def testWRatioCaseInsensitive(self): - self.assertEqual(fuzz.WRatio(self.s1, self.s2), 100) + def testWRatioCaseSensitive(self): + self.assertEqual(fuzz.WRatio(self.s1, self.s2), 72) def testWRatioPartialMatch(self): # a partial match is scaled by .9 From 708d99a4bc90407ab49c79001026544a7f20eeae Mon Sep 17 00:00:00 2001 From: ZhensongQian Date: Fri, 10 Nov 2017 11:29:46 -0800 Subject: [PATCH 15/24] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index d000edb6..be16f105 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ -.. image:: https://travis-ci.org/seatgeek/fuzzywuzzy.svg?branch=master - :target: https://travis-ci.org/seatgeek/fuzzywuzzy +.. image:: https://travis-ci.org/ZhensongQian/fuzzywuzzy.svg?branch=master + :target: https://travis-ci.org/ZhensongQian/fuzzywuzzy From b97a17440f624583d4cf729d672022257d65472a Mon Sep 17 00:00:00 2001 From: ZhensongQian Date: Fri, 10 Nov 2017 11:36:10 -0800 Subject: [PATCH 16/24] Update .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8312f6ed..70b2a9c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,3 +22,4 @@ script: - $TEST_SUITE notifications: on_success: always + From 5ba35c3d5a81f77eeb9247d866818bd0abfb778d Mon Sep 17 00:00:00 2001 From: ZhensongQian Date: Fri, 10 Nov 2017 11:44:25 -0800 Subject: [PATCH 17/24] Update test_fuzzywuzzy.py --- test_fuzzywuzzy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_fuzzywuzzy.py b/test_fuzzywuzzy.py index e0024c04..d131dbca 100644 --- a/test_fuzzywuzzy.py +++ b/test_fuzzywuzzy.py @@ -126,7 +126,7 @@ def testTokenSortRatio(self): self.assertEqual(fuzz.token_sort_ratio(self.s1, self.s1a), 100) def testTokenSortRatioCaseSensitive(self): - self.assertEqual(fuzz.token_sort_ratio(self.s8, self.s9), 82) + self.assertEqual(fuzz.token_sort_ratio(self.s8, self.s9), 77) def testPartialTokenSortRatio(self): self.assertEqual(fuzz.partial_token_sort_ratio(self.s1, self.s1a), 100) From 7a469796e9db3132168bc59fab199847cb66cb90 Mon Sep 17 00:00:00 2001 From: ZhensongQian Date: Fri, 10 Nov 2017 11:52:09 -0800 Subject: [PATCH 18/24] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 70b2a9c7..c94af9bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ matrix: - python: "2.7" env: TEST_SUITE=py.test - python: "3.3" - env: TEST_SUITE=py.test + env: TEST_SUITE="py.test test_fuzzywuzzy.py test_fuzzywuzzy_pytest.py" - python: "3.4" env: TEST_SUITE=py.test - python: "3.5" From 8ea0f590a297f71e87e0c495e004e057edb37065 Mon Sep 17 00:00:00 2001 From: ZhensongQian Date: Fri, 10 Nov 2017 12:02:20 -0800 Subject: [PATCH 19/24] Update .travis.yml --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c94af9bd..6e6658b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,11 +4,13 @@ matrix: - python: "2.7" env: TEST_SUITE=py.test - python: "3.3" - env: TEST_SUITE="py.test test_fuzzywuzzy.py test_fuzzywuzzy_pytest.py" + env: TEST_SUITE=py.test - python: "3.4" env: TEST_SUITE=py.test - python: "3.5" env: TEST_SUITE=py.test + - python: "3.6" + env: TEST_SUITE=py.test - python: "pypy" env: TEST_SUITE=py.test - python: "2.6" @@ -18,8 +20,8 @@ matrix: install: - pip install pytest pycodestyle - if [ $TRAVIS_PYTHON_VERSION != 2.6 -a $TRAVIS_PYTHON_VERSION != "pypy3" ]; then pip install hypothesis; fi; + - if [ $TRAVIS_PYTHON_VERSION = 3.3 ]; then pip install enum34; fi; script: - $TEST_SUITE notifications: on_success: always - From 4d09435bbee05d70ef39ed8fedec052b0ee1daa5 Mon Sep 17 00:00:00 2001 From: ZhensongQian Date: Fri, 10 Nov 2017 12:14:04 -0800 Subject: [PATCH 20/24] Update README.rst --- README.rst | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/README.rst b/README.rst index be16f105..db16756f 100644 --- a/README.rst +++ b/README.rst @@ -1,21 +1,11 @@ -.. image:: https://travis-ci.org/ZhensongQian/fuzzywuzzy.svg?branch=master - :target: https://travis-ci.org/ZhensongQian/fuzzywuzzy +.. image:: https://travis-ci.org/seatgeek/fuzzywuzzy.svg?branch=master + :target: https://travis-ci.org/seatgeek/fuzzywuzzy - - -support case insensitive? - -combine n-gram? - -ignore non-alpha/digit? - -FuzzyWuzzy (GPLv2) +FuzzyWuzzy ========== Fuzzy string matching like a boss. It uses `Levenshtein Distance `_ to calculate the differences between sequences in a simple-to-use package. -`Website `_ - Requirements ============ @@ -61,7 +51,7 @@ Manually via GIT python setup.py install -Example Usage +Usage ===== .. code:: python @@ -77,7 +67,7 @@ Simple Ratio >>> fuzz.ratio("this is a test", "this is a test!") 97 -Partial Ratio (best sub-string match) +Partial Ratio ~~~~~~~~~~~~~ .. code:: python @@ -128,7 +118,6 @@ You can also pass additional parameters to ``extractOne`` method to make it use .. |Build Status| image:: https://api.travis-ci.org/seatgeek/fuzzywuzzy.png?branch=master :target: https:travis-ci.org/seatgeek/fuzzywuzzy - Known Ports ============ From d34e8ce618a63a1f699f0e5c637e6e8292e2db17 Mon Sep 17 00:00:00 2001 From: ZhensongQian Date: Fri, 10 Nov 2017 12:14:25 -0800 Subject: [PATCH 21/24] Delete case-insensitive.md --- case-insensitive.md | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 case-insensitive.md diff --git a/case-insensitive.md b/case-insensitive.md deleted file mode 100644 index 113b1aa3..00000000 --- a/case-insensitive.md +++ /dev/null @@ -1,26 +0,0 @@ - -* for ratio/partial_ratio, it is case sensitive -* but for token_sort_ratio/token_set_ratio is case insensitive - -## would be better to make them consistent? - -``` ->>> fuzz.ratio("this is a test", "this is a test!") -97 ->>> fuzz.ratio("this is a test", "this is a TEST!") -69 ->>> fuzz.partial_ratio("this is a test", "this is a test!") -100 ->>> fuzz.partial_ratio("this is a test", "this is a TEST!") -71 -``` -``` ->>> fuzz.token_sort_ratio("fuzzy wuzzy was a bear", "wuzzy fuzzy was a bear") -100 ->>> fuzz.token_sort_ratio("fuzzy wuzzy was a bear", "wuzzy fuzzy was a BEAR") -100 ->>> fuzz.token_set_ratio("fuzzy was a bear", "fuzzy fuzzy was a bear") -100 ->>> fuzz.token_set_ratio("fuzzy was a bear", "fuzzy fuzzy was a BEAR") -100 -``` From 5fb1b259891d3d8398232895e80d5ef97eac7f40 Mon Sep 17 00:00:00 2001 From: ZhensongQian Date: Fri, 10 Nov 2017 12:34:07 -0800 Subject: [PATCH 22/24] Update README.rst --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index db16756f..4e052685 100644 --- a/README.rst +++ b/README.rst @@ -6,6 +6,14 @@ FuzzyWuzzy Fuzzy string matching like a boss. It uses `Levenshtein Distance `_ to calculate the differences between sequences in a simple-to-use package. +Always Case Sensitive +========= +.. code:: bash +>>> fuzz.ratio("this is a test".lower(), "this is a TEST!".lower()) +97 +>>> fuzz.partial_ratio("this is a test".lower(), "this is a TEST!".lower()) +100 + Requirements ============ From 3dce3e3c8b08201306b17396edfb8b1c5fedc8ba Mon Sep 17 00:00:00 2001 From: ZhensongQian Date: Fri, 10 Nov 2017 12:35:21 -0800 Subject: [PATCH 23/24] Update README.rst --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.rst b/README.rst index 4e052685..9d5cf9e2 100644 --- a/README.rst +++ b/README.rst @@ -9,11 +9,22 @@ Fuzzy string matching like a boss. It uses `Levenshtein Distance >> fuzz.ratio("this is a test", "this is a test!") +97 +>>> fuzz.ratio("this is a test", "this is a TEST!") +69 >>> fuzz.ratio("this is a test".lower(), "this is a TEST!".lower()) 97 + +>>> fuzz.partial_ratio("this is a test", "this is a test!") +100 +>>> fuzz.partial_ratio("this is a test", "this is a TEST!") +71 >>> fuzz.partial_ratio("this is a test".lower(), "this is a TEST!".lower()) 100 + + Requirements ============ From fd80794cb7e9854d8c2e66d580cf236439a83674 Mon Sep 17 00:00:00 2001 From: ZhensongQian Date: Fri, 10 Nov 2017 12:36:29 -0800 Subject: [PATCH 24/24] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 9d5cf9e2..b01d062b 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ -.. image:: https://travis-ci.org/seatgeek/fuzzywuzzy.svg?branch=master - :target: https://travis-ci.org/seatgeek/fuzzywuzzy +.. image:: https://travis-ci.org/ZhensongQian/fuzzywuzzy.svg?branch=master + :target: https://travis-ci.org/ZhensongQian/fuzzywuzzy FuzzyWuzzy ==========