Results 1 to 5 of 5

Thread: How can I search all hebrew perfect verbs with an objective pronominal-suffix?

  1. #1
    Join Date
    May 2007
    Posts
    12

    Default How can I search all hebrew perfect verbs with an objective pronominal-suffix?

    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

  2. #2
    Join Date
    Apr 2004
    Posts
    850

    Default

    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

  3. #3
    Join Date
    Sep 2007
    Posts
    1,181

    Default

    Quote Originally Posted by Mark Eddy View Post
    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
    Hey Mark, chalk this up to my ignorance perhaps, but it strikes me that you're missing the code for verbs in your search syntax, no?

  4. #4
    Join Date
    May 2007
    Posts
    12

    Default thank you

    Quote Originally Posted by Mark Eddy View Post
    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
    Thank you very much. It works. When I add a "v" befor the first question mark I get the 1185 hits I want.

    Many thanks!

    Stephanus

  5. #5
    Join Date
    Apr 2004
    Posts
    850

    Default

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •