WolfgangFahl / ProceedingsTitleParser

Shallow Semantic Parser to extract metadata from scientific proceedings titles
Apache License 2.0
3 stars 1 forks source link

Webserver response besides html is missing metadebug data #70

Open tholzheim opened 2 years ago

tholzheim commented 2 years ago

see https://ptp.bitplan.com/parse?titles=Proceedings+of+the+2nd+East+European+Workshop+on+Rule-Based+Applications+%28RuleApps+2008%29+at+the+18th+European+Conference+on+Artificial+Intelligence%2C+Patras%2C+Greece%2C+July+23%2C+2008.&examples=example1&format=json&metadebug=on

The request contains metadebug=on but the metadebug is not included in the result. metadebug needs to be added to the result dict . https://github.com/WolfgangFahl/ProceedingsTitleParser/blob/41f05ab1d4560e2897a8b46b5514d08b919e5b80/ptp/webserver.py#L63

WolfgangFahl commented 2 years ago

so in fact this is about getting the ordinal or other detail information ...