You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
615 B
615 B
- Implement text filters ** implement abstractize number filter which will take any number as imput and return a NUMBER abstract. ** Implement the abstractize roman numeral filter which will take a token that looks like a roman numeral (except for I) return a NUMBER abstract. ** implement punctuation stripper / abstractizer which will take a punctuation token and return an abstract or abort the token. ** Implement asciifier token which will take a unicode string and return an ascii approximation.
- Implement some example code.
- Complete documentation and introductions to actually be useful to users.