Posts

  • strman

    🏗A Javascript string manipulation library.

    strman v2.0.0 is available on npm/yarn:

    npm install strman --save
    yarn add strman
    

    Tags: #javascript • string • es6

  • phrasal

    A large-scale statistical machine translation system written in Java.

    Phrasal is licensed under the GPL (v3+). For details, please see the file LICENSE.txt in the root directory of this software package.

    Copyright (c) 2007-2016 The Board of Trustees of The Leland Stanford Junior University. All Rights Reserved.

    Tags: #java • java-nlp • statistical-machine-translation

  • external-adapters-js

    Monorepo containing JavaScript implementation of external adapters

    This repository contains the source code for Chainlink external adapters. If you would like to contribute, please see the Contributing page for more details.

    Tags: #typescript

  • lift

    Expanding Serverless Framework beyond functions using the AWS CDK

    Lift is a Serverless Framework plugin, install it in your project:

    serverless plugin install -n serverless-lift
    

    If you prefer, you can install Lift via NPM: npm install --save-dev serverless-lift. Then, register the serverless-lift plugin in serverless.yml (see the example below).

    Tags: #typescript • serverless • serverless-plugin

  • laravel-nova-nested-form

    This package allows you to include your nested relationships’ forms into a parent form.

    This package allows you to include your nested relationships’ forms into a parent form.

    Tags: #php • nova • laravel

  • rbush

    RBush — a high-performance JavaScript R-tree-based 2D spatial index for points and rectangles

    The demos contain visualization of trees generated from 50k bulk-loaded random points. Open web console to see benchmarks; click on buttons to insert or remove items; click to perform search under the cursor.

    Tags: #javascript • r-tree • spatial-index

  • Knowage-Server

    Knowage is the professional open source suite for modern business analytics over traditional sources and big data systems.

    Tags: #java • business-intelligence • analyses

  • php-text-analysis

    PHP Text Analysis is a library for performing Information Retrieval (IR) and Natural Language Processing (NLP) tasks using the PHP language

    $tokens = tokenize($text);
    

    You can customize which type of tokenizer to tokenize with by passing in the name of the tokenizer class

    $tokens = tokenize($text, \TextAnalysis\Tokenizers\PennTreeBankTokenizer::class);
    

    The default tokenizer is \TextAnalysis\Tokenizers\GeneralTokenizer::class . Some tokenizers require parameters to be set upon instantiation.

    Tags: #php • nlp • tokenization

  • JsStore

    A complete IndexedDB wrapper with SQL like syntax.

    A complete IndexedDB wrapper with SQL like syntax.

    Tags: #javascript • indexeddb • sql

  • ripper-tags

    fast, accurate ctags generator for ruby source code using Ripper

    fast, accurate ctags generator for ruby source code using Ripper

    Tags: #ruby

subscribe via RSS