Skip to content

gbeckers/pyagl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages