Git Product home page Git Product logo

arspell's People

Contributors

nikialeksey avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

arspell's Issues

How to configure hunspell dictionary to spell percents?

val errors = DictionaryCheck(
            HunspellDictionary(
                Hunspell(
                    "./src/test/assets/en_US/index.dic",
                    "./src/test/assets/en_US/index.aff"
                )
            ),
            SimpleStrings(
                listOf(
                    SimpleString("percent", "13%")
                )
            )
        ).check()
        Assert.assertTrue(ErrorMessage(errors).asString(), errors.isEmpty())

LangaugeToolCheck: java.lang.StringIndexOutOfBoundsException

<string name="empty_vouchers_list">Пока чеков нет :(\nВоспользуйтесь сканером, чтобы загрузить свой первый чек и получить по нему кэшбэк</string>:

java.lang.StringIndexOutOfBoundsException: String index out of range: 77

	at java.lang.String.substring(String.java:1963)
	at com.nikialeksey.arspell.checks.LanguageToolError.word(LanguageToolError.kt:15)
	at com.nikialeksey.arspell.ErrorMessage$asString$1.invoke(ErrorMessage.kt:10)
	at com.nikialeksey.arspell.ErrorMessage$asString$1.invoke(ErrorMessage.kt:3)
	at kotlin.text.StringsKt__StringBuilderKt.appendElement(StringBuilder.kt:58)
	at kotlin.collections.CollectionsKt___CollectionsKt.joinTo(_Collections.kt:2274)
	at kotlin.collections.CollectionsKt___CollectionsKt.joinToString(_Collections.kt:2291)
	at kotlin.collections.CollectionsKt___CollectionsKt.joinToString$default(_Collections.kt:2290)
	at com.nikialeksey.arspell.ErrorMessage.asString(ErrorMessage.kt:10)

readme.md:8: Add coverage gate

The puzzle 9-bfa04699 from #9 has to be resolved:

@todo #9:30m Add coverage gate

The puzzle was created by Alexey Nikitin on 20-Nov-18.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

Add \n to error message text

java.lang.AssertionError: Key: enter_correct_email, word: e, suggests: [], Key: enter_correct_email, word: mail, suggests: []

readme.md:91: Write docs about language tool using

The puzzle 10-5781f6ef from #10 has to be resolved:

## @todo #10:30m Write docs about language tool using

The puzzle was created by Alexey Nikitin on 25-Nov-18.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.