Skip to content
Chen Li edited this page Jun 15, 2018 · 105 revisions

Synopsis

Texera is a system to support text analytics as a Web-based service by using declarative GUI-based workflows.

Motivation

  • Many text analysts need to spend a significant amount of effort on low-level computation such as keyword search, regular expressions, dictionary-based matching, and natural language processing (NLP). They can also face the long running time and lack of debugging tools, and need to re-run the program after making just some minor changes.
  • At the same time, cloud-based services and technologies have emerged and advanced significantly in the past decade.

Goals

  • Provide text analytics as cloud services so users do not need to download software and do periodic updates and patches. Plus sharing becomes much easier;
  • Provide a browser-based GUI for developers to form a workflow plan declaratively without writing code;
  • Allow non-IT people to do text anlytics.
  • Increase productivity of text analytics.

Sample Workflow Plan

The following is a workflow formulated using the Texera GUI in a Web browser. It consists of a workflow of basic operators, such as keyword search, sentiment analysis, and NLP.

Texera GUI Query Plan

Diagram Source

Check this video to see Texera in action! (Texera was formally known as "TextDB" before August 28, 2017.)

System Architecture

Texera architecture

Diagram Source

Query Lifecycle

Query Execution Flow

Diagram Source

Getting Started

Development Tools

Acknowledgements

This project is supported by the National Science Foundation under the grant III 1745673.

Clone this wiki locally