Closed ronentk closed 6 months ago
Current ParserResult https://github.com/Common-SenseMakers/sensemakers/blob/1534c5d84cab0f25a15c000b0e934c128f221797/nlp/desci_sense/shared_functions/interface.py#L166 should be ParserResultRDF, which is adapted for the Firebase API.
and a new ParserResult should be something like https://github.com/Common-SenseMakers/sensemakers/blob/1534c5d84cab0f25a15c000b0e934c128f221797/nlp/desci_sense/shared_functions/postprocessing/__init__.py#L20 This would be useful internally for example for the filtering pipeline.
Current ParserResult https://github.com/Common-SenseMakers/sensemakers/blob/1534c5d84cab0f25a15c000b0e934c128f221797/nlp/desci_sense/shared_functions/interface.py#L166 should be ParserResultRDF, which is adapted for the Firebase API.
and a new ParserResult should be something like https://github.com/Common-SenseMakers/sensemakers/blob/1534c5d84cab0f25a15c000b0e934c128f221797/nlp/desci_sense/shared_functions/postprocessing/__init__.py#L20 This would be useful internally for example for the filtering pipeline.