Skip to content

A Rapidminer extension for easy Chinese language processing and text mining

Notifications You must be signed in to change notification settings

joeyhaohao/rapidminer-HanMiner

Repository files navigation

HanMiner Extension for RapidMiner

Understanding unstructured text data without the need to code! The HanMiner Extension of RapidMiner provides a fast and easy-to-use toolset for text processing/mining in Chinese Mandarin (Han language). It enables researchers/data analysts to extract valuable information from text with no programming knowledge required. Use it to build your own workflow for public opinion monitoring, sentiment analysis, keyword extraction for wordle, etc.

Features

  • Document reader/writer
  • Processing
    • Word segmentation (tokenization)
    • Filtering
      • Filter stopwords
      • Filter tokens
      • Filter documents
  • Feature Extraction
    • Word Count
    • Keyword extraction
    • Vectorizer
      • Count Vectorizer
      • TfIdf Vectorizer
      • Doc2Vec
  • Analyzing
    • Part-of-Speech (POS) Tagging
    • Name Entity Recognition (NER)
  • Translation
    • Simplified Chinese to Traditional Chinese
    • Traditional Chinese to Simplifies Chinese
  • Classification
    • Document classification
    • Sentiment Analysis

Getting Started

Run with Intellij

  1. Clone this repository https://github.com/joeyhaohao/rapidminer-HanMiner.git
  2. Open the project with Intellij. Use Java 1.8 as project SDK.
  3. Build the project
  4. Run GuiLauncher under the source folder

Acknowledgement

Some NLP models and functions of this project are supported by Hanlp.

About

A Rapidminer extension for easy Chinese language processing and text mining

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages