You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great implementation. Does this function the exact same way as the Stanford Scene Graph Parser? If not, how is it different from the Stanford parser?
The text was updated successfully, but these errors were encountered:
No. They are not identical. This repo tries to replicate only part of the results of the rule-based scene graph parser by Schuster et al, with a focus on the empirical performance.
It DOES cover all rules implemented in the Stanford Parser, with minor heuristic optimizations and extra rules for handling
compound nouns
phrasal prepositions such as "in front of"
phrasal verbs
detection of scene-level nouns (e.g., airport)
However, it does NOT cover some features of the Stanford Parser, including:
Thanks for the great implementation. Does this function the exact same way as the Stanford Scene Graph Parser? If not, how is it different from the Stanford parser?
The text was updated successfully, but these errors were encountered: