Changeset 33358
- Timestamp:
- 2019-07-24T21:03:29+12:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gs3-extensions/maori-lang-detection/README.txt
r33357 r33358 1 ------------------ 2 BASIC README 3 ------------------ 1 ------------------------- 2 BASIC README: QUICK SETUP 3 ------------------------- 4 4 0. The code and its necessary helper files and libraries, and this README, live at: 5 5 http://trac.greenstone.org/browser/gs3-extensions/maori-lang-detection … … 99 99 ----------------------------------------- 100 100 101 READING:101 OPENNLP LANGUAGE DETECTION READING: 102 102 General: 103 103 * https://stackoverflow.com/questions/7670427/how-does-language-detection-work … … 245 245 (Though possibly the only jar file needed in $OPENNLP_HOME/lib is opennlp-tools-1.9.1.jar) 246 246 247 ================ 248 249 GENERAL LINKS FOR LANGUAGE DETECTION 247 ------------------------------------------------- 248 READING: GENERAL LINKS FOR LANGUAGE DETECTION 249 ------------------------------------------------- 250 250 251 251 https://www.slideshare.net/shuyo/short-text-language-detection-with-infinitygram-12949447 252 252 http://alexott.blogspot.com/2017/10/evaluating-fasttexts-models-for.html 253 253 254 LINKS FOR SENTENCE DETECTION AND TRAINING A SENTENCE DETECTOR 255 256 http://opennlp.apache.org/docs/1.9.1/manual/opennlp.html#tools.cli.sentdetect 257 258 SentenceDetectorTrainer example 254 -------------------------------------------------------------------------- 255 READING: LINKS FOR SENTENCE DETECTION AND TRAINING A SENTENCE DETECTOR 256 -------------------------------------------------------------------------- 257 258 * http://opennlp.apache.org/docs/1.9.1/manual/opennlp.html#tools.cli.sentdetect 259 * SentenceDetectorTrainer java example: 259 260 https://www.tutorialkart.com/opennlp/train-model-sentence-detection-java/ 260 Commandline version:261 * SentenceDetectorTrainer and SentenceDetector from commandline: 261 262 https://stackoverflow.com/questions/36516363/sentence-detection-with-opennlp 263
Note:
See TracChangeset
for help on using the changeset viewer.