HXX97 / EDGQA

Codes for "EDG-based Question Decomposition for Complex Question Answering over Knowledge Bases"
GNU General Public License v3.0
12 stars 5 forks source link

SLF4J warnings #1

Closed scarlettllc closed 3 years ago

scarlettllc commented 3 years ago

When running the EDGQA system, are the following warnings imperative?

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

yhshu commented 3 years ago

SLF4J has been added to Maven, please update your code and reload the Maven project.