100% found this document useful (1 vote)
53 views

Steps For Basis & Stanford Entity Extraction

This document provides instructions for implementing three different entity extraction technologies in SearchBlox: Basis, Stanford, and Rosoka. It outlines the steps to download files, copy jars and configuration files, and configure properties for each technology. It also lists the entity fields that each technology can extract, such as location, person, organization, date, time, money, email and more. The last part states that the Cognitive Model technology does not require any setup; it just needs to be enabled and named.

Uploaded by

Rajagopal Y
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
53 views

Steps For Basis & Stanford Entity Extraction

This document provides instructions for implementing three different entity extraction technologies in SearchBlox: Basis, Stanford, and Rosoka. It outlines the steps to download files, copy jars and configuration files, and configure properties for each technology. It also lists the entity fields that each technology can extract, such as location, person, organization, date, time, money, email and more. The last part states that the Cognitive Model technology does not require any setup; it just needs to be enabled and named.

Uploaded by

Rajagopal Y
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Basis Technology for Entity Extraction

Steps for implementing Basis Entity Extraction


1. Download the Entity files from
http://searchblox-downloads.s3.amazonaws.com/nlp/basis.zip
2. Extract the Entity zip file.The zip file contains a folder named entity and a jar file.
3. Copy the jar file to the WEB-INF/lib and copy the entity folder to
C:/Searchblox/webapps/searchblox
4. Restart SearchBlox.
5. Make sure to use Text analytics license
Entity Fields
● Location
● Person
● Organization
● Money
● Percent
● Date
● time

Stanford Technology for Entity Extraction and Sentiment analysis


Steps for implementing Stanford
1. Download the required files from
http://searchblox-downloads.s3.amazonaws.com/nlp/stanford.zip
2. Extract the zip file.The zip file contains a file named
english.muc.7class.distsim.crf.ser.gz​ and many jar files.
3. Copy the jar files to the WEB-INF/lib and copy the gz file to
C:/Searchblox/webapps/searchblox/WEB-INF folder
4. Restart SearchBlox.
5. Make sure to use Text analytics license
Entity Fields
● Location
● Person
● Organization
● Entity-title
● Nationality
● Religion
● creditCard number
● Email
● Lattitude
● Money
● Personal Id
● Entity URL
● Date
● time
Rosoka for Entity Extraction and Sentiment analysis
Steps for implementing Stanford
1. Download the required files from
http://searchblox-downloads.s3.amazonaws.com/nlp/rosoka.zip
6. Extract the zip file.The zip file contains two folders conf and libs.
7. Copy the jar files from libs folder to the WEB-INF/lib and copy the conf folder to
C:/SearchbloxServer
8. Open the file RosokaProperties.xml from the C:/SearchBloxServer/conf folder.
9. Edit the InputDir,outputdir,lxcore paths.
<InputDir>C:\SearchBloxServer\conf\inputdir</InputDir>
<OutputDir>C:\SearchBloxServer\conf\outdir</OutputDir>
     <lxCoreBundle>C:\SearchBloxServer\conf\LxCoreBundle</lxCoreBundle>
<lxbasedir>C:\SearchBloxServer\conf\LxBase\</lxbasedir>

10. Restart SearchBlox.


11. Make sure to use Text analytics license

Entity Fields
● Location
● Person
● Organization
● Nationality
● Email
● Money
● Personal Id
● Phone number
● Entity URL
● Timestamp

Cognitive Model
No need to update anything just need to enable and give it a name.it should work.

You might also like