Ekphrasis is a text processing tool, geared towards text from social networks, such as Twitter or Facebook. Ekphrasis performs tokenization, word normalization, word segmentation (for splitting hashtags) and spell correction, using word statistics from 2 big corpora (english Wikipedia, twitter - 330mil english tweets).
Just added a small function to remove tags after annotation and/or normalization. I wanted to have the sentences return without having the tags for further processing. For example after fixing an elongated word. Not the ideal solution but it gets the job done.
Description
Just added a small function to remove tags after annotation and/or normalization. I wanted to have the sentences return without having the tags for further processing. For example after fixing an elongated word. Not the ideal solution but it gets the job done.
To do