Changeset 33357 for gs3-extensions


Ignore:
Timestamp:
2019-07-24T21:00:47+12:00 (5 years ago)
Author:
ak19
Message:

Minor changes

Location:
gs3-extensions/maori-lang-detection
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/maori-lang-detection/README.txt

    r33355 r33357  
    247247================
    248248
    249 UNORGANISED
     249GENERAL LINKS FOR LANGUAGE DETECTION
    250250
    251251https://www.slideshare.net/shuyo/short-text-language-detection-with-infinitygram-12949447
    252252http://alexott.blogspot.com/2017/10/evaluating-fasttexts-models-for.html
    253253
     254LINKS FOR SENTENCE DETECTION AND TRAINING A SENTENCE DETECTOR
     255
    254256http://opennlp.apache.org/docs/1.9.1/manual/opennlp.html#tools.cli.sentdetect
    255257
    256258SentenceDetectorTrainer example
    257259https://www.tutorialkart.com/opennlp/train-model-sentence-detection-java/
    258 
     260Commandline version:
    259261https://stackoverflow.com/questions/36516363/sentence-detection-with-opennlp
  • gs3-extensions/maori-lang-detection/gen_SentenceDetection_model.sh

    r33356 r33357  
    4343        # Get just what we need from svn
    4444        # 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
    4546        svn co --depth immediates --trust-server-cert --non-interactive https://svn.apache.org/repos/bigdata/opennlp/trunk opennlp-corpus
    4647        cd opennlp-corpus
Note: See TracChangeset for help on using the changeset viewer.