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

Feature/corpus analysis #140

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from
Open

Commits on Jun 22, 2016

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

Commits on Jul 12, 2016

  1. Configuration menu
    Copy the full SHA
    0b716e9 View commit details
    Browse the repository at this point in the history
  2. Adds 'properties' to Corpus model

    This adds a fixture for a corpus freqdist, which generates a warning (since
    django tries to load a fixture for something that is not a model). For now I'll
    leave this warning. But maybe we should fix this before merging this branch.
    flavioamieiro committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    8aac6ca View commit details
    Browse the repository at this point in the history
  3. Makes sure TestWithMongo writes to mongo before running the test

    We were getting some errors when tests ran because the write operation didn't
    finish before trying to retrieve data.
    flavioamieiro committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    da84551 View commit details
    Browse the repository at this point in the history
  4. WIP: adds CorpusFreqDist view with reading capability

    The view will also be used to run the analyisis, but is not yet working for
    that.
    flavioamieiro committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    8b1ef1a View commit details
    Browse the repository at this point in the history
  5. Returns 404 if corpus does not have a freqdist yet

    This also includes a change to the corpus analysis fixture, to keep the data
    with the "user" user.
    flavioamieiro committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    1dc3ae1 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2016

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

Commits on Jul 19, 2016

  1. Configuration menu
    Copy the full SHA
    9590252 View commit details
    Browse the repository at this point in the history
  2. Sends a list of ObjectId's to the task

    This is what the backend expects.
    flavioamieiro committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    c199d1e View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2016

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