• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Installing LanguageTool (Grammer Checking Software) on Ubuntu Server

By Abhishek Ghosh November 27, 2018 7:53 pm Updated on November 27, 2018

Installing LanguageTool (Grammer Checking Software) on Ubuntu Server

Advertisement

There are freemium tools like grammarly.com to check spelling issues. Although they often work as intended, their cost of service often high. Free versions do offer limited functions and force to use multiple software. On the whole earth, you’ll find much open-source code which provides the framework for an online text-checking program. However, English syntax has never been successfully reduced to a set of machine-understandable rules. Paid grammar checker services often are too much promoted than they can do. For any such software, the database of terms—words and phrases are the main driving capability. Lately, natural language processing introduced to automate increasing the database of terms—words and phrases (which is promoted as AI). There are many millions of these possible errors in English and a good text checker will catch many of the most common errors. This is how this class of software works. Here are the steps of installing LanguageTool (Grammer Checking Software) on Ubuntu Server to probably address some of the problems. The project can be found on GitHub :

Vim
1
https://github.com/languagetool-org/languagetool

It can be installed on GNU/Linux desktop, server (to use on command line) or can be configured to use over the browser. We are showing the installation steps for configuring to use over the browser. The official on-browser application is example of function :

Vim
1
https://languagetool.org/

A comparison of their SaaS version of software and open-source software :

Advertisement

---

Vim
1
https://languagetool.org/compare

Installing LanguageTool Grammer Checking Software on Ubuntu Server

 

Installing LanguageTool on Ubuntu Server

 

LanguageTool can be run as a server, so other applications (such as extensions for other applications ) can check LanguageTool’s text without having to contact an external service on the Internet. In the graphical interface, the server can be (de) activated in the settings dialog and via the context menu of the LT icon in the system section (if LanguageTool has been minimized there).
The software needs Apache Maven.

On official documentation, steps to install nicely writte. The command line version needs just to run :

Vim
1
curl -L https://raw.githubusercontent.com/languagetool-org/languagetool/master/install.sh

Below mentioned steps are just a loose guide to help working on SSH. The user need to make sure that latest software component is being installed :

Vim
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
sudo sh -c 'echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" >> /etc/apt/sources.list'
sudo sh -c 'echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" >> /etc/apt/sources.list'
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EEA14886
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install oracle-java8-installer
sudo apt-get install oracle-java8-set-default
sudo apt-get purge -y maven
wget http://apache.uib.no/maven/maven-3/3.5.0/binaries/apache-maven-3.5.0-bin.tar.gz
tar -zxf apache-maven-3.5.0-bin.tar.gz
sudo mv apache-maven-3.5.0 /usr/local
ln -s /usr/local/apache-maven-3.5.0/bin/mvn /usr/bin/mvn
echo "export M2_HOME=/usr/local/apache-maven-3.5.0" >> ~/.profile
javac -version
java -version
mvn -version
export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=256m"
export PATH=/opt/apache-maven-3.5.0/bin:$PATH
git clone --depth 5 https://github.com/languagetool-org/languagetool.git .
## git clone --depth 5 https://github.com/jeblad/languagetool.git .
mvn clean test package
export CLASSPATH="$CLASSPATH:/vagrant/languagetool/languagetool-standalone/target/LanguageTool-3.9-SNAPSHOT/LanguageTool-3.9-SNAPSHOT/*"
source ~/.profile
java org.languagetool.server.HTTPServer --port 8081
## test
curl --data "language=en-US&text=a simple test" http://localhost:8081/v2/check

After installation, browser must be restarted. In the settings of the extension, the primary server should be http://localhost:8081 (the address of the local server) and the secondary server should be https://languagetool.org:8081 (the address of the official LanguageTool online service with encrypted transmission).

Tagged With 4I0F , constantly6zj , explanationtvc , install languagetool linux , install languagetool on windows , LanguageTool freemium , languagetool server for windows , specialwjz
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Installing LanguageTool (Grammer Checking Software) on Ubuntu Server

  • How To Install Apache Maven on Ubuntu Server

    Apache Maven is a Build Automation Tool. Here Are the Steps on How To Install Apache Maven on Ubuntu Server. Maven Needed For Many Big Data Software.

  • How to Install Apache Tika on Ubuntu Server

    Apache Tika is a Content Analysis Framework Which Can Be Configure With Web Software Like WordPress For Metadata Extraction of PDF, doc. Here is How to Install Apache Tika on Ubuntu Server.

  • Installing Local Data Lake on Ubuntu Server : Part 1

    Here is Part 1 of Installing Local Data Lake on Ubuntu Server With Hadoop, Spark, Thriftserver, Jupyter etc To Build a Prediction System.

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy