Skip to content

Commit

Permalink
fix(ner): remove "rabbis" from ambiguation description.
Browse files Browse the repository at this point in the history
Need to remove since other things besides rabbis can be ambiguous.
  • Loading branch information
nsantacruz committed Mar 20, 2024
1 parent 764cd6d commit 73e7eaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/js/LexiconBox.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ class LexiconBox extends Component {
<div>
<div className="named-entity-ambiguous">
<i className="systemText">
<span className="int-en">{`"${this.props.selectedNamedEntityText}" could refer to one of the following rabbis:`}</span>
<span className="int-he">{`ייתכן ש-"${this.props.selectedNamedEntityText}" מתייחס לאחד הרבנים הבאים:`}</span>
<span className="int-en">{`"${this.props.selectedNamedEntityText}" could refer to one of the following:`}</span>
<span className="int-he">{`ייתכן ש-"${this.props.selectedNamedEntityText}" מתייחס לאחד מהבאים:`}</span>
</i>
</div>
{ namedEntityContent }
Expand Down

0 comments on commit 73e7eaa

Please sign in to comment.