Skip to content

Commit aa07d5c

Browse files
authored
Update 4.1.-Coding-Text.md
1 parent c66b792 commit aa07d5c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/doc/en/4.1.-Coding-Text.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,12 @@ _____________
7777

7878
**When auto-coding exact text and selecting multiple files,the autocoding process stops, as soon as it finds a file with no matching text, and does not continue with the subsequent files.**
7979

80-
**When auto-coding exact text with REGEX the regex text is stored in the coding segment, and not the correct text identfied using REGEX. Soltion where this has occured: Back up your project first and then run an update in Reports > Database Queries using this command :**
80+
**When auto-coding exact text with REGEX the regex text is stored in the coding segment, and not the correct text identfied using REGEX. This solution works best if there are no emoji's in the text. Solution where this has occured: Back up your project first and then run an update in Reports > Database Queries using this command :**
8181

8282
_update code_text set seltext = (select substr(source.fulltext, code_text.pos0 + 1, code_text.pos1-code_text.pos0) from source where code_text.fid=source.id)_
8383

84+
Another altearnative is to upgrade to 3.8.2 from 3.8, delete all the incorrect Regex and run the regex again.
85+
8486
## Auto speaker codings
8587

8688
The function "mark speakers" creates codes for every speaker in an interview or group discussion, and assigns utterances automatically. This allows for more focussed reports, only looking at certain speakers at a time. You can reach the function via the file context menu or the following toolbar button:

0 commit comments

Comments
 (0)