Introduction

Introduction

StringAnalysis is a package for working with strings and text. It is a hard-fork from TextAnalysis.jl designed to provide a richer, faster and orthogonal API.

What is new?

This package brings several changes over TextAnalysis.jl:

Installation

Installation can be performed from either inside or outside Julia.

Git cloning

The StringAnalysis repository can be downloaded through git:

$ git clone https://github.com/zgornel/StringAnalysis.jl

Julia REPL

The package can be installed from inside Julia with:

using Pkg
Pkg.add(StringAnalysis)

will download the latest registered build of the package and add it to the current active development environment.