Changeset 33358 for gs3-extensions


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

More minor changes to README

File:
1 edited

Legend:

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

    r33357 r33358  
    1 ------------------
    2 BASIC README
    3 ------------------
     1-------------------------
     2BASIC README: QUICK SETUP
     3-------------------------
    440. The code and its necessary helper files and libraries, and this README, live at:
    55    http://trac.greenstone.org/browser/gs3-extensions/maori-lang-detection
     
    9999-----------------------------------------
    100100
    101 READING:
     101OPENNLP LANGUAGE DETECTION READING:
    102102    General:
    103103    * https://stackoverflow.com/questions/7670427/how-does-language-detection-work
     
    245245(Though possibly the only jar file needed in $OPENNLP_HOME/lib is opennlp-tools-1.9.1.jar)
    246246
    247 ================
    248 
    249 GENERAL LINKS FOR LANGUAGE DETECTION
     247-------------------------------------------------
     248READING: GENERAL LINKS FOR LANGUAGE DETECTION
     249-------------------------------------------------
    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
    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--------------------------------------------------------------------------
     255READING: 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:
    259260https://www.tutorialkart.com/opennlp/train-model-sentence-detection-java/
    260 Commandline version:
     261* SentenceDetectorTrainer and SentenceDetector from commandline:
    261262https://stackoverflow.com/questions/36516363/sentence-detection-with-opennlp
     263
Note: See TracChangeset for help on using the changeset viewer.