dbpedia-spotlight / wikipedia-stats-extractor

Raw Wikipedia counts for entity linking
19 stars 5 forks source link

too many arguments for method extract #11

Open abou opened 8 years ago

abou commented 8 years ago

Hi, I got these errors while trying to compile the project.

.../src/main/scala/org/dbpedia/spotlight/wikistats/ComputeStats.scala:90: error: too many arguments for method extract: (text: String)List[(String, Int)]

.../src/main/scala/org/dbpedia/spotlight/wikistats/RawWikiStats.scala:98: error: too many arguments for method extract: (text: String)List[(String, Int)]

It seems that the signature extract- method of the class AllOccurrencesFSASpotter (from the dbpedia spotlight core - version 0.7) does not fit to the way it is called in these two scripts mentioned above.

Regards,