Very interested in getting involved.
I have a few questions from looking at the todo list:
- Consider adding capitalised phrase identification
- Consider adding a repeated-char remover (e.g. grrrrrrr->grr)
where would these be implemented?
It seems that the latter would be a method of the class ParseResult, which would have the representation of the tweet with repeated-chars removed and perhaps same with the capitalised phrase identification.
Very interested in getting involved.
I have a few questions from looking at the todo list:
where would these be implemented?
It seems that the latter would be a method of the class ParseResult, which would have the representation of the tweet with repeated-chars removed and perhaps same with the capitalised phrase identification.