Git Product home page Git Product logo

anthill's Introduction

About:
------

  Anthill has two main aims:

  1. As a shell to perform quick word searches (build, anagram and pattern),
  mostly duplicating the functionality of the late lamented Lexpert
  [http://www.valuecube.com/lexpert/].

  2. To explore the idea of a language to perform complex word queries, somewhat
  akin to zyzzyva [http://www.zyzzyva.net], but based on scripts rather than a GUI

  Ideally, I would like to achieve feature parity with nutrimatic [http://nutrimatic.org/]

Features:
---------

  * Anagram
  * Build
  * Pattern
  * Single character wildcard (.)
  * Multi character wildcard (*)
  * Character class wildcard ([abc] matches a, b or c)
  * Basic set operations (and, or, diff)

Examples:
---------

  * Find all the anagrams of RETINAS

  anagram > retinas  <-- note that we are in anagram mode by default
  anestri
  antsier
  nastier
  ratines
  resiant
  retains
  retinas
  retsina
  stainer
  starnie
  stearin

  * AEIDCST + ? = 
  anagram > aeidcst.
  acidiest
  acridest
  cadgiest
  citadels
  danciest
  dialects
  dictates
  distance
  misacted
  scaithed
  spicated

  * How many words start with A and end with B?
  anagram > p a*b
  ab
  abb
  abcoulomb
  absorb
  acerb
  adsorb
  adverb
  aerobomb
  alb
  aldicarb
  antisnob
  aplomb
  arb
  ardeb
  athrob

Acknowledgements:
-----------------
Thanks to Gabriel Scherer for helping move to ocamlbuild.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.