I would like to create a visual filter to highlight Proper Names of people. I don't want pronouns.
I am fiddling with things like:
<LogosMorphGr ~ NN??>
{Label Accent WHERE Name ~ "Properispomenon"}
<SGNTSyntacticForce = prop. name> OR {Section <SGNTSyntacticForce = prop. name>}
So far, no success. What obvious tag am I missing?
Found It: <ln ~ 93.1-93.388>
This may pick up stray LN oddball hits like <ln ~ 93.171> (Jews), grace, peace, faith but generally works.
How can I get just Names?