aikimark
aikimark
- converted REGEXES from set() to list - added optional label/tag to regex tuples - created new self variable for nickname regexes - changed nickname processing logic - added tests...
While some variables are exposed to the developer, some run time changes can not be effected. **Example:** I can add regex patterns at run time, but I can't force their...
In my names, I have 'complicated' text. There are situations where there might be both a delimited nickname and a delimited suffix. The suffix text is being added to the...
I've got a large file of names/addresses and decided to try the nameparser library with my name field. I was able to get more of my names parsed correctly by...