Guide To Install apache-opennlp On Mac

Package Information:

Name: apache-opennlp
Use: Machine learning toolkit for processing natural language text

OpenNLP supports the most common NLP tasks, such as tokenization, sentence segmentation, part-of-speech tagging, named entity extraction, chunking, parsing, language detection and coreference resolution.
URL: https://opennlp.apache.org/

Installation Steps:

  1. Open Terminal
  2. Now, run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install apache-opennlp using brew
    brew install apache-opennlp

apache-opennlp is ready to use now!