Changeset 33357
- Timestamp:
- 2019-07-24T21:00:47+12:00 (4 years ago)
- Location:
- gs3-extensions/maori-lang-detection
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
gs3-extensions/maori-lang-detection/README.txt
r33355 r33357 247 247 ================ 248 248 249 UNORGANISED 249 GENERAL LINKS FOR LANGUAGE DETECTION 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 254 256 http://opennlp.apache.org/docs/1.9.1/manual/opennlp.html#tools.cli.sentdetect 255 257 256 258 SentenceDetectorTrainer example 257 259 https://www.tutorialkart.com/opennlp/train-model-sentence-detection-java/ 258 260 Commandline version: 259 261 https://stackoverflow.com/questions/36516363/sentence-detection-with-opennlp -
gs3-extensions/maori-lang-detection/gen_SentenceDetection_model.sh
r33356 r33357 43 43 # Get just what we need from svn 44 44 # Based on https://www.apache.org/dist/opennlp/models/langdetect/1.8.3/README.txt 45 # To auto-confirm repeated svn https check, see https://serverfault.com/questions/37929/how-do-you-accept-an-ssl-certificate-through-the-svn-command-line 45 46 svn co --depth immediates --trust-server-cert --non-interactive https://svn.apache.org/repos/bigdata/opennlp/trunk opennlp-corpus 46 47 cd opennlp-corpus
Note:
See TracChangeset
for help on using the changeset viewer.