Hi,
i´ve got a question. How can I search all hebrew perfect verbs with an objective pronominal-suffix?
I´ve tried typing in the command line with WTM as search version: .*v?p???+S* But there are many false hits.
thank you,
Stephanus
Hi,
i´ve got a question. How can I search all hebrew perfect verbs with an objective pronominal-suffix?
I´ve tried typing in the command line with WTM as search version: .*v?p???+S* But there are many false hits.
thank you,
Stephanus
Try this: .*@?p???+S[123]*
The @ sign will limit the search to Hebrew (not Aramaic). If you also want the Aramaic in your search, just drop the @.
I added [123] to your search, because your search, with just the asterisk, will look up all possible suffixes, including no suffix at all. That is why you get "false hits." To make sure that there is a suffix, [123] allows you to search for suffixes of all three persons at the same time.
Mark Eddy
You are right, somehow when I typed the code into this forum I missed the "v" in the search which I actually used in BW on the command line. Sorry. It should be:
.*@v?p???+S[123]*
Mark Eddy