Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.21 KB

File metadata and controls

33 lines (25 loc) · 1.21 KB

NERD

The Named Entity Recognition and Disambiguation framework processes textual documents for extracting named entities linked to Web resources.

Demonstration

Go to our [NERD public instance] (http://nerd.eurecom.fr) page, use your openid identifier, copy+paste some text or add a URI, and see how NERD works.

Call the NERD public instance

...

Configure your NERD server

Prerequisites

  • Java v1.7
  • Maven v3.x

Deploy

mvn clean mvn initialize mvn test mvn exec:java

Licenses

Licensed under both the CeCILL-B and the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html and http://www.apache.org/licenses/LICENSE-2.0. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Documentation

More documentation is available from the [NERD documentation] (http://nerd.eurecom.fr/documentation).