• 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

This Article Has Been Shared 355 Times!

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

  • Cloud Computing for High-Performance Computing : Potential Field of Application

    Cloud Computing for High-Performance Computing has been researched and tested by various individual and non-it universities as it is technological outsourcing.

  • What You Need to Know About Cloud

    What You Need to Know About Cloud – How Much is Enough for your purpose ? One must know the essentials in order to ensure security on social websites, for example.

  • Cloud App : Characteristics For Being a Cloud Application

    Cloud App must have some clearly defined characteristics. There must be some universal characteristics for being a Cloud Application from traditional Web App.

  • Receive Email From WordPress Using Mandrill

    For Servers With HSTS, Servers With Router Like on HP Cloud, You Can Easily Receive Email From WordPress Using Mandrill Instead of Postfix.

  • Push Notifications WordPress : Webmaster’s Guide

    Push Notifications WordPress is a Commonly Searched Term by the Admins of the Self Hosted Blogs. Here is a Guide Explaining Many Matters.

Additionally, 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

  • Four Foolproof Tips To Never Run Out Of Blog Ideas For Your Website March 28, 2023
  • The Interactive Entertainment Serving as a Tech Proving Ground March 28, 2023
  • Is it Good to Run Apache Web server and MySQL Database on Separate Cloud Servers? March 27, 2023
  • Advantages of Cloud Server Over Dedicated Server for Hosting WordPress March 26, 2023
  • Get Audiophile-Grade Music on Your Smartphone March 25, 2023

About This Article

Cite this article as: Abhishek Ghosh, "Installing LanguageTool (Grammer Checking Software) on Ubuntu Server," in The Customize Windows, November 27, 2018, March 29, 2023, https://thecustomizewindows.com/2018/11/installing-languagetool-grammer-checking-software-on-ubuntu-server/.

Source:The Customize Windows, JiMA.in

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

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie SettingsAccept
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT