laura-dietz / name-tagger.hs

Fast finding of names in text using suffix trees.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

name-tagger.hs

Fast finding of names in text using suffix trees.

Start process with a dictionary of names to be tagged. Repeat: feed input text and get matches in response!

dictionary format:

$id1\t$name1
$id2\t$name2

About

Fast finding of names in text using suffix trees.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%