gbeckers / pyagl

A python library for statistical learning (SL) and artificial grammar learning (AGL) analyses.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyagl

A python library for statistical and artificial grammar learning (AGL) analyses.

This software is used for our own research, but is freely available to others for use or contributions.

We are at an incipient stage where just one model for word segmentation (PARSER) is implemented, as well as more general string analysis functions.

Pyagl has its roots in, and will supersede, two related earlier projects: aglcheck by Gabriël Beckers. The PARSER module was initiated by Bror-E, in PARSER-for-Python, but has since then evolved to a large extent.

Pyagl is currently pre-1.0, still undergoing significant development. It is open source and freely available under the New BSD License terms.

Installation

As long as there is no official release I recommend working in Anaconda.

Create an environment:

$ conda create -n agltest pip python=3.6 jupyterlab git pyaml pandas

Switch to this new environment:

Linux and MacOS:

$ source activate agltest

Windows:

$ conda activate agltest

Install the pyagl master repo:

$ pip install  git+https://github.com/gbeckers//pyagl@master

If you want to remove the conda environment later:

$ conda env remove -n agltest

Documentation

Not there yet.

pyagl is BSD licensed (BSD 3-Clause License). (c) 2019-2020, Gabriël Beckers.

About

A python library for statistical learning (SL) and artificial grammar learning (AGL) analyses.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%