diff --git a/EnglishVersion.md b/EnglishVersion.md index c716672..a0c6175 100644 --- a/EnglishVersion.md +++ b/EnglishVersion.md @@ -3,7 +3,7 @@ **IRC3** (_**I**ndexation par **R**echerche et **C**omparaison de **C**haînes de **C**aractères_ = indexing by search and comparison of character strings) is a simple and robust programme to search and extract from a corpus of text files the fixed expressions — as chemicals, scientific names of animals or plants, author names, etc. — belonging to a finite list. -**N.B.**: the list of terms and the different texts must be in **UTF-8** (without [BOM](https://fr.wikipedia.org/wiki/Indicateur_d%27ordre_des_octets)). +**N.B.**: the list of terms and the different texts must be in **UTF-8** (without [BOM](https://en.wikipedia.org/wiki/Byte_order_mark)). ### Usage ``` @@ -17,7 +17,7 @@ ``` -c considers the letter case (uppercase/lowercase) of searched terms - -e indicates the the extension (e.g. “.txt”) of the text files to + -e indicates the extension (e.g. “.txt”) of the text files to process (you can have several extensions by repeating that option) -f indicates the name of the input file to process