2017 © Pedro Peláez
 

library goatherd-library

Data mining and text analyis library for PHP 5.4

image

goatherd/goatherd-library

Data mining and text analyis library for PHP 5.4

  • Wednesday, October 24, 2012
  • by goatherd
  • Repository
  • 1 Watchers
  • 1 Stars
  • 19 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Goatherd word processing library for PHP

Goatherd Library provides a collection of text processing and data mining features for PHP 5.4., (*1)

The design concentrates on model abstraction, data structures and word processing (in the abstract sense: arbitrary sequences over arbitrary sets)., (*2)

A side effect is a basic collection of pseudo-threading and console task helpers., (*3)

Installation

At least PHP 5.4.2 is required., (*4)

  • Using git, (*5)

    git clone https://github.com/goatherd/Goatherd-library.git GoatherdLibrary, (*6)

  • As git submodule, (*7)

    git submodule add https://github.com/goatherd/Goatherd-library.git path/to/GoatherdLibrary, (*8)

  • Using composer add those lines to your composer.json (and adjust the branch/ tag as needed), (*9)

  "require": {
    "goatherd/goatherd-library":"dev-master"
  }

Standards

Goatherd Library will approximate coding conventions of the Zend Framework., (*10)

Features pass a proposal and draft state before they are implemented in a test-driven approach (and the process made public starting in 2013). Intensive profiling is used for critical components (like data structures) to provide the best performance and user guides., (*11)

Note however that the results will mostly be designed to suit my design needs and might not be considered anything higher than beta level for any other use case. New features are marked as alpha for some time and should be handled with care. A more robust approach will be considered for the 1.1-branch., (*12)

Roadmap

  • October 2012 (scheduled)
    • generic daemon (and init.d like capabilities)
    • generic forking (pool) with shared memory IPC
    • primitive load balancing daemon (load is proxied to proces pool)
  • Early 2013
    • beta-release of 1.0-branch
    • proposals for syntax processing tasks
    • documentation

The Versions

24/10 2012

dev-master

9999999-dev http://github.com/goatherd/Goatherd-library/

Data mining and text analyis library for PHP 5.4

  Sources   Download

BSD

The Requires

  • php >=5.4.0

 

text data analysis tree trie goatherd

24/10 2012

dev-1.0.3-alpha

dev-1.0.3-alpha http://github.com/goatherd/Goatherd-library/

Data mining and text analyis library for PHP 5.4

  Sources   Download

BSD

The Requires

  • php >=5.4.0

 

text data analysis tree trie goatherd