Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rank and soundex handles empty or None case #151

Merged
merged 9 commits into from
Nov 6, 2018
Merged

rank and soundex handles empty or None case #151

merged 9 commits into from
Nov 6, 2018

Commits on Nov 5, 2018

  1. remove WordNet wrapper (pythainlp/corpurs/wordnet.py) - the entire se…

    …t of functions are exactly the same as nltk.wordnet, user can call nltk.wordnet by themselves.
    bact committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    27b7732 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #15 from PyThaiNLP/dev

    Merge back
    bact committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    32a718e View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. - rank() handles empty list or None case

    - add more test cases
    - revert wordnet.py removal
    bact committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    7b3d077 View commit details
    Browse the repository at this point in the history
  2. more test case

    bact committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    7b18822 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6edbf4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a090448 View commit details
    Browse the repository at this point in the history
  5. Handle empty text

    bact committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    f4ffbbd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9ab4d94 View commit details
    Browse the repository at this point in the history
  7. check str length

    bact committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    3ed552e View commit details
    Browse the repository at this point in the history