Issue
CommitCanvas uses a pre-trained Spacy language model, which may not be very successful with detecting non-imperative mood. Specifically, it sometimes takes a verb in imperative mood as a noun. To resolve this issue it might be helpful to train or update the Spacy language model with commit messages. So that model is trained specifically for the commit message language.
Issue
CommitCanvas uses a pre-trained Spacy language model, which may not be very successful with detecting non-imperative mood. Specifically, it sometimes takes a verb in imperative mood as a noun. To resolve this issue it might be helpful to train or update the Spacy language model with commit messages. So that model is trained specifically for the commit message language.