Skip to content

Commit 0fb0b7f

Browse files
author
Timothy Spann
committed
Readme fix
1 parent 6cb1f6c commit 0fb0b7f

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

README.md

+2-21
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,4 @@
1-
# nlp-processor
2-
Apache NiFi Custom Processor For OpenNLP Name Extraction (Entity)
1+
# nifi-langdetect-processor
32

4-
To Install
53

6-
Copy the nar to ../lib/ and download the bins as well
7-
8-
```
9-
cd /usr/hdf/current/nifi/lib/
10-
wget http://opennlp.sourceforge.net/models-1.5/en-ner-date.bin
11-
wget http://opennlp.sourceforge.net/models-1.5/en-ner-location.bin
12-
wget http://opennlp.sourceforge.net/models-1.5/en-ner-money.bin
13-
wget http://opennlp.sourceforge.net/models-1.5/en-ner-organization.bin
14-
wget http://opennlp.sourceforge.net/models-1.5/en-ner-percentage.bin
15-
wget http://opennlp.sourceforge.net/models-1.5/en-ner-person.bin
16-
wget http://opennlp.sourceforge.net/models-1.5/en-ner-time.bin
17-
wget http://opennlp.sourceforge.net/models-1.5/en-chunker.bin
18-
wget http://opennlp.sourceforge.net/models-1.5/en-parser-chunking.bin
19-
wget http://opennlp.sourceforge.net/models-1.5/en-token.bin
20-
wget http://opennlp.sourceforge.net/models-1.5/en-sent.bin
21-
wget http://opennlp.sourceforge.net/models-1.5/en-pos-maxent.bin
22-
wget http://opennlp.sourceforge.net/models-1.5/en-pos-perceptron.bin
23-
```
4+
Detect language like ENglish (en), Spanish (es) or possibly 103 others using Apache Tika, Apache NiFi and Optimaize library

0 commit comments

Comments
 (0)