Skip to content

too many arguments for method extract #11

@abou

Description

@abou

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions