Skip to content

Capitalization affects gerund tagging #1169

@jjshao-ms

Description

@jjshao-ms
nlp('Tutorial: creating a cake').debug()
nlp('Tutorial: Creating a cake').debug()

result:

  ┌─────────
  │ 'Tutorial'  - Expression
  │ 'creating'  - Verb, PresentTense, Gerund
  │ 'a'        - Determiner
  │ 'cake'     - Noun, Singular



  ┌─────────
  │ 'Tutorial'  - Expression
  │ 'Creating'  - ProperNoun, Noun
  │ 'a'        - Determiner
  │ 'cake'     - Noun, Singular

When capitalized, "creating" isn't being recognized as gerund, is this as expect?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions