StmSrch is a reverse-stem searching script. It implements the Porter stemming algorithm, by Martin Porter. It also handles irregular verbs and noun pluralizations.
This script can be useful for searching or scanning through corpus files.
Each word input to the :StmSrch command will be stemmed
... [More] and then formulated in such a way as to match possible conjugations or pluralizations. Without
any word given for input, it will attempt to stem the current word under the cursor. The matching is done using word boundaries so not just any substring will match.
For example:
- :StmSrch searcher
will match any of:
- search, searching, searches, searchers, searched, ...
and a string of words will work as well, matching in order:
- :StmSrch thieves are running from bunnies
will match strings of word [Less]
GoGoGeocode is intended to be a very simple java package for geocoding an address to coordinates. The goal is to do
minimal work to get the minimal information.
It makes use of the Google Geocoding API (V3). More information on this API can be found at:
... [More]
http://code.google.com/apis/maps/documentation/geocoding/.
- There is no API key necessary for this version of the web service.
- The API is subject to a query limit of 2,500 geolocation requests per day. Any additional queries over this limit will
yield a status code of "OVER_QUERY_LIMIT" [Less]
GenealoJ is a Java parser for GEDCOM files. Due to most previously-available GEDCOM parsers having a class for potentially each of the 130 tags, GenealoJ is written in the simplest way possible with as few as possible classes to deal with. Currently there are 4 classes total.
markov_brain is a generic markov chain text generation module in python.
It was written as an easy-to-use black box for other applications.
Example usage can be found in test_markov_brain.py. Simply create
a new Brain() using the "past_memory" configuration to load any previous
knowledge.
... [More]
Adding more 'memory' is done by calling remember(words_list).
Generating text is done by calling speak_about(subject, max_chars=140). [Less]
Buzz Referee is a bot for Google App Engine that dispenses reasoned, but random, arbitration on Google Buzz. Just @-mention buzzreferee and the ref will decide who "wins" the conversation/discussion/argument, and why.
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy