volodya-lombrozo / jtcop

Maven Plugin for checking tests in Java projects
MIT License
18 stars 2 forks source link

Present tense for pluar #248

Open maxonfjvipon opened 1 year ago

maxonfjvipon commented 1 year ago

What if we test something in the plural? For example users, then our tests may be written differently but still in present tense:

jtcop swears at it because the test name has to be written using present tense

volodya-lombrozo commented 1 year ago

@maxonfjvipon Yes, you are right. Actually it is the significant problem which we have in the jtcop for now. To be honest we check only the s letter of the first word in the method name :) The proper solution would be to use ML techniques to solve that problem. I started the implementation of that feature by using Pos Tagger:

I've faced with some technical problems like a ML model size and the output of this model isn't precise. So, I'm working on it and if you have a desire to help, please join :)

h1alexbel commented 3 months ago

@volodya-lombrozo assign me, please

volodya-lombrozo commented 3 months ago

@h1alexbel Sure, please, go ahead

0pdd commented 1 month ago

@maxonfjvipon the puzzle #433 is still not solved.