CheckYourCzech icon indicating copy to clipboard operation
CheckYourCzech copied to clipboard

The service to practice Czech grammar.

Results 35 CheckYourCzech issues
Sort by recently updated
recently updated
newest added

[Fantomas](https://github.com/fsprojects/fantomas) is a nice project about formatting F# code. Code conventions is always a nice thing to have.

We need to investigate if Czech language has true ambitransitive verbs or at least what is the recognized definition of ambitransitivity in Czech. If this is a truly expected thing,...

Test coverage is a nice thing to have - also to some extent it is integrated with Azure DevOps. Maybe [one way to go](https://medium.com/bluekiri/code-coverage-in-vsts-with-xunit-coverlet-and-reportgenerator-be2a64cd9c2f) will be Coverlet + ReportGenerator.

Let's do for imperatives the same thing as we have for building comparatives and participles.

Currently the tables have unique partition and row keys, which are just the words themselves. This works yet such a strategy partly discards usage of Table Storage optimized for fast...

[Tracking page views](https://docs.microsoft.com/en-us/azure/application-insights/app-insights-api-custom-events-metrics#page-views) would help in exploring the way the app is used. It will also make things clearer in AI [User Flows](https://docs.microsoft.com/en-us/azure/application-insights/app-insights-usage-flows).

AI notifies each time new requests happen to the service. This is okay for now, because there are not many. Nonetheless, it would be more useful to have these notifications...

There are remainders of dual number in Czech. An example is the word [ucho](https://cs.wiktionary.org/wiki/ucho) which has different forms for dual _(uši)_ and plural _(ucha)_. Earlier it was a [common](https://en.wikipedia.org/wiki/Dual_(grammatical_number)#Slavic_languages) thing,...

Some nouns have multiple meanings and the gender is different across them. Examples are _robot_ (masculine animate vs masculine inanimate), _choť_ (masculine animate vs feminine), _smeč_, _prestiž_ or _ranvej_ (masculine...

An example for this is the word [_kůň_](https://cs.wiktionary.org/wiki/k%C5%AF%C5%88) - for one context it has plural _koně_ and for another it has plurals _koně / koňové / koni_. Either such words...