Giter Club home page Giter Club logo

Comments (3)

GegznaV avatar GegznaV commented on June 12, 2024 1

But I like the idea of this project, so I will see what I can do. Most probably, I will have more time for this in autumn.

On Windows, "~" resolves to "My Documents" folder. Thus, path.expand("~") should fix this issue.

In command line I use, arguments preceded by-- usually work as expected.

from languagetoolr.

nevrome avatar nevrome commented on June 12, 2024

Thank you very much for this report, @GegznaV. I believe all of this problems are rooted in the fact that I wrote this package only with linux in mind.

  1. quick_setup() has the default argument path = "~". I don't know how this resolves in windows.
  2. languagetool() has the default argument executable = "java -jar ~/LanguageTool-4.6/languagetool-commandline.jar" which can not work on windows, I guess.
  3. languagetool() maps R values to command line options and calls them with a leading -- (e.g. --language). That's also not a windows compatible syntax.

I'm sure there are ways to make the package compatible with windows as well. Do you have some time to prepare a PR? It's a bit tedious for me to do this as I personally don't own a windows system.

from languagetoolr.

GegznaV avatar GegznaV commented on June 12, 2024

I will split this issue to 2 parts: path related (this one, #2) and JSON related (#5)

from languagetoolr.

Related Issues (8)

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.