INNER CODE UNIT · Python

init_kwargs

vacancy/SceneGraphParser · sng_parser/parser.py:50

    def init_kwargs(self):
        """
        Get the keyward arguments used for initializing the backend.
        """
        return self._init_kwargs

    @property
    def unwrapped(self):
        """
        Get the backend.
        """
        return self._inst

    def parse(self, sentence, **kwargs):
        """
        Parse a sentence into a scene graph.

        Args:

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…