Skip to content

Commit

Permalink
fixing URL or OneGram & Alexa
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmet Turkmen <[email protected]>
  • Loading branch information
mrtrkmn committed Sep 9, 2020
1 parent 6c11448 commit 9ccee8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion richkit/analyse/segment.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


class OneGramDist(dict):
URL = "https://gist.githubusercontent.com/mrturkmen06/d9d5f8bc35be8efd81c447f70ca99fbf/raw/cfa317d7bce53ba55ca8f9bf27aa3170038f99cf/one-grams.txt"
URL = "https://gist.githubusercontent.com/mrturkmencom/d9d5f8bc35be8efd81c447f70ca99fbf/raw/cfa317d7bce53ba55ca8f9bf27aa3170038f99cf/one-grams.txt"
FILEPATH = temp_directory + "/one-grams.txt"

@classmethod
Expand Down
2 changes: 1 addition & 1 deletion richkit/analyse/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
logger = logging.getLogger(__name__)
temp_directory = tempfile.mkdtemp()
top_1m_alexa = "https://github.com/mozilla/cipherscan/blob/master/top1m/top-1m.csv?raw=true"
top_100_alexa = "https://gist.githubusercontent.com/mrturkmen06/98e33d97e6b8d07efabc1fda91946a21/raw/847e1c680d816bbac06ee5034e20b56d2ddfd78d/top-100.csv"
top_100_alexa = "https://gist.githubusercontent.com/mrturkmencom/98e33d97e6b8d07efabc1fda91946a21/raw/847e1c680d816bbac06ee5034e20b56d2ddfd78d/top-100.csv"


class WordMatcher(object):
Expand Down

0 comments on commit 9ccee8e

Please sign in to comment.