You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

mrepserver

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mrepserver

MREP server: morpheme regular expression printer

0.1.0
pipPyPI
Maintainers
1

================================================== MREP server: Morpheme Regular Expression Printer

MREP is a regular expression matcher for morpheme sequences. This program is a simple web server to use MREP from a browser.

Requirement

  • Python 2.7
  • mrep
  • tornado

Install

::

$ pip install mrepserver

If you want to install it from its source, use setup.py.

::

$ python setup.py install

Usage

::

usage: mrepserver [-h] [-p PORT] FILE

MREP server: morpheme regular expression printer

positional arguments: :FILE: data file

optional arguments: -h, --help show this help message and exit -p PORT, --port PORT port number

License

This program is distributed under the MIT license.

(c) 2014, Yuya Unno.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts