factors

command module
v0.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 22, 2021 License: MIT Imports: 3 Imported by: 0

README

Regexp Necessary Factors

Installation

$ go install github.com/ikawaha/factors@latest

To draw parse trees, demo application uses graphviz . You need graphviz installed.

Usage

$ factors --help
command: factors <regexp_pattern>
server:  factors -http=:6060
  -http string
    	HTTP service address (e.g. ':6060')

Example

$ factors '((GA|AAA)*)(TA|AG)'
Exact: θ
Prefix: θ
Suffix: {AG, TA}
Fragment: {AG, TA}
Web App

demo


MIT

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL