Skip to content

Commit

Permalink
Update ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkelly committed Feb 14, 2012
1 parent fd6dc04 commit 26321a6
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Extended misspellings files for ExLibris Primo
=========
### What

This extendes the default Primo misspelling file and adds all the misspellings listed in this Wikipead page: http://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines)
This extendes the default Primo misspelling file and adds all the misspellings listed in this Wikipead page: http://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines

### How to run
./merge_primo_misspell.pl
Expand All @@ -22,3 +22,17 @@ copy the current primo misspelling file (located at: ng/jaguar/home/profile/anal
Add/Edit the wikipedia_misspell.txt file if you wish

Then run the ./merge_primo_misspell.pl and upload the new file


### Adding new misspellings

You can add new misspellings into the wikipedia_misspell.txt file in the Wikipedia format - such as

abondoned->abandoned
abondoning->abandoning
abondons->abandons
aborigene->aborigine
accesories->accessories


where the incorrect spelling is the first word followed by a -> then the corret spelling

0 comments on commit 26321a6

Please sign in to comment.