yago-naga / yago3

YAGO is a large semantic knowledge base, derived from Wikipedia, WordNet, WikiData, GeoNames, and other data sources
https://yago-knowledge.org/downloads/yago-3
GNU General Public License v3.0
729 stars 85 forks source link

Compilation error: FileLines.readTo() method type parameters #1

Closed cheetah90 closed 6 years ago

cheetah90 commented 7 years ago

In InfoboxExtractor, the FileLines.readTo() takes multiple String as parameters but there is no such definitions in the FileLines class. Ditto in Line 511 of TemporalInfoboxExtractor.java

thomasrebele commented 7 years ago

He should take readTo(Reader in, CharSequence... findMe), line 171 in the most recent version of Javatools. How have you tried to compile it?