Skip to content

Commit

Permalink
Oops, the flat needs to include the possible NN tag as part of its ta…
Browse files Browse the repository at this point in the history
…rget
  • Loading branch information
AngledLuffa committed Feb 24, 2024
1 parent cb338cd commit 6501baf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,7 @@ private UniversalEnglishGrammaticalRelations() {}
public static final GrammaticalRelation FLAT_EXPRESSION =
new GrammaticalRelation(Language.UniversalEnglish, "flat", "flat expression",
MODIFIER, "FLAT", tregexCompiler,
"FLAT < (IN|FW=target)");
"FLAT < (IN|FW|NN=target)");

/**
* The "determiner" grammatical relation.
Expand Down

0 comments on commit 6501baf

Please sign in to comment.