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

Fix export_for_training to encode utf8 #1731

Closed
wants to merge 24 commits into from
Closed

Fix export_for_training to encode utf8 #1731

wants to merge 24 commits into from

Commits on Mar 30, 2019

  1. Remove the sentiment comparison method

    There is no practical use for this method so I am removing it.
    gunthercox committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    23a0e34 View commit details
    Browse the repository at this point in the history
  2. Simplify imports

    gunthercox committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    94735c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebcfffb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d57e221 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    220382c View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Fix tests for getting language classes

    The incorrect number of classes was being returned.
    This also adds a convenience function to return the classes.
    gunthercox committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    ef9cd39 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2019

  1. Configuration menu
    Copy the full SHA
    8d92fda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e2dc73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    795c439 View commit details
    Browse the repository at this point in the history
  4. Update tests

    gunthercox committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    c979e20 View commit details
    Browse the repository at this point in the history
  5. Update docstrings

    gunthercox committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    8efc371 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f002e39 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    21dfaf0 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. Configuration menu
    Copy the full SHA
    4580dfc View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. Fix indendation in docs

    jghyllebert authored and gunthercox committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    7d0755f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2019

  1. Configuration menu
    Copy the full SHA
    11cc9cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a03dcb View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. Try locking issues after 300 days instead of 365

    This will hopefully help reduce the the number of commends left on old closed tickets. (It becomes difficult to keep track of these comments since the ticket has been closed and many times the commends are not relevant in relation to the original issue. It is probably better for new issues to have their own tickets.)
    gunthercox authored May 14, 2019
    1 Configuration menu
    Copy the full SHA
    a338315 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. Remove pymongo from main dependency list

    Pymongo isn't required unless the Mongo DB storage adapter is being
    used. By not installing pymongo automatically, the installation
    footprint of ChatterBot is decreased in size, which can be useful
    when installing on devices that have limited storage space.
    gunthercox committed May 17, 2019
    Configuration menu
    Copy the full SHA
    ccd50f2 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    5c46de1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    215e5f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79221d4 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2019

  1. Simplify method signatures

    gunthercox committed May 18, 2019
    Configuration menu
    Copy the full SHA
    009382d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c429fa5 View commit details
    Browse the repository at this point in the history