First Nations page progress
Posted by mholmes on 13 Aug 2010 in Activity log
I've been working on sorting and grouping the First Nations names in a logical manner, and I've basically got the code working (on my local machine), except that the leading "the" is problematic -- sometimes it's "The", sometimes "the", and I'm basically convinced that it shouldn't be there at all. The tags in the documents need to be changed from:
<name type="fn">The [whatever]</name>
to
The <name type="fn">[whatever]</name>
for both upper- and lower-case versions of the article. I think I can do this with a simple search-and-replace.