diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index f53dc3b..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,8 +0,0 @@ -# These are supported funding model platforms - -github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: # Replace with a single Patreon username -open_collective: # Replace with a single Open Collective username -ko_fi: # Replace with a single Ko-fi username -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -custom: # Replace with a single custom sponsorship URL diff --git a/jiagu/__pycache__/__init__.cpython-36.pyc b/jiagu/__pycache__/__init__.cpython-36.pyc new file mode 100644 index 0000000..04e3499 Binary files /dev/null and b/jiagu/__pycache__/__init__.cpython-36.pyc differ diff --git a/jiagu/__pycache__/analyze.cpython-36.pyc b/jiagu/__pycache__/analyze.cpython-36.pyc new file mode 100644 index 0000000..84df1b5 Binary files /dev/null and b/jiagu/__pycache__/analyze.cpython-36.pyc differ diff --git a/jiagu/__pycache__/bilstm_crf.cpython-36.pyc b/jiagu/__pycache__/bilstm_crf.cpython-36.pyc new file mode 100644 index 0000000..80f32e5 Binary files /dev/null and b/jiagu/__pycache__/bilstm_crf.cpython-36.pyc differ diff --git a/jiagu/__pycache__/findword.cpython-36.pyc b/jiagu/__pycache__/findword.cpython-36.pyc new file mode 100644 index 0000000..5929df3 Binary files /dev/null and b/jiagu/__pycache__/findword.cpython-36.pyc differ diff --git a/jiagu/__pycache__/mmseg.cpython-36.pyc b/jiagu/__pycache__/mmseg.cpython-36.pyc new file mode 100644 index 0000000..41f2ba1 Binary files /dev/null and b/jiagu/__pycache__/mmseg.cpython-36.pyc differ diff --git a/jiagu/__pycache__/textrank.cpython-36.pyc b/jiagu/__pycache__/textrank.cpython-36.pyc new file mode 100644 index 0000000..97045ae Binary files /dev/null and b/jiagu/__pycache__/textrank.cpython-36.pyc differ diff --git a/jiagu/__pycache__/utils.cpython-36.pyc b/jiagu/__pycache__/utils.cpython-36.pyc new file mode 100644 index 0000000..a0add13 Binary files /dev/null and b/jiagu/__pycache__/utils.cpython-36.pyc differ