-
Notifications
You must be signed in to change notification settings - Fork 660
Open
Labels
Description
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?