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

Adding annotate_text() method in language and helper classes needed for it #2211

Merged
merged 6 commits into from
Aug 29, 2016

Commits on Aug 29, 2016

  1. Configuration menu
    Copy the full SHA
    edbffef View commit details
    Browse the repository at this point in the history
  2. Adding Token.from_api_repr() in language.

    Also fixing two small docstring typos.
    dhermes committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    44d9faa View commit details
    Browse the repository at this point in the history
  3. Adding Sentence class in language implementation.

    Also adding a from_api_repr() method for parsing it
    from the API.
    dhermes committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    d490cd6 View commit details
    Browse the repository at this point in the history
  4. Adding Annotations class in language implementation.

    To be used in Document.annotate_text().
    dhermes committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    3ea7bd5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b0e36b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd1ef8c View commit details
    Browse the repository at this point in the history