NLTK in Action: Authorship Attribution

This program demonstrates the use of statistical natural language processing to determine the identity of the author of an unknown text. There are many methods of achieving this, one of which is the use of the Bayesian method.

RegExp Based Dimension Filter

Another possible application of Regular Expressions as extractions tools is to list all the dimensions (distances, time etc.) as a tuple containing their values and units.

RegExp Based Email Address Filter

Regular Expressions have been one of the most successful attempts at standardization in Computer Science. Here we present a simple demonstration of their capabilities.

This Python Module extracts all valid email ID’s from a given string and returns them as a list of strings.

Syndicate content