Skip to content

language setting is case sensitive #8

Description

@paceaux

const sentence = new Sentence({ text: 'tell me more', language: 'en' });
results in
`typeError: cannot read property 'findWord' of undefined'

This is because the language is En. The language should be case-insensitive

Metadata

Metadata

Assignees

No one assigned

    Labels

    Functional BugSomething isn't working in how words are identified

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions