Language Tools

Introduction

  • A language tool for TexSutdio.

Software Address

TexStudio

Java

English Dictionary

Language Tools

Environment

– Java install

java -version

javac -version

– LanguageTools install

java -jar languagetool.jar

click ‘Text Checking’ -> options -> General, select server port: 8081

check: http://localhost:8081/v2/check?language=en&text=you+is+girl

– TexStudio

http://localhost:8081

java

..\languagetool.jar

recent article

Rename

Introduction A command on ubuntu to deal with files.DescriptionUsage: rename [ -h|-m|-V ] [ -v ] [ -n ] [ -f ] [ -e|-E perlexpr]*|perlexpr [ files ]Options: -v, -verbose Verbose: print names of files successfully renamed. -...…

command ubuntu blogread
previous article

Conda Command

Introduction A tool for python environment.Commandconda listconda update condaconda install pythonconda info -econda activate environmentconda deactivateconda remove -n environment --allconda env export -n environment > environment.ymlconda en...…

tool conda command blogread