Add all missing comments/documentation for Yioop 7.0, Refactor StochasticSegmentor, POS, and Named Entity code, Fix bug in Email Message urls, Fix paging links in Manageuers, a=chris

Author Chris Pollett <chris@pollett.org>
Author date 2020-07-10 23:Jul:th
Author local date 2020-07-10 16:Jul:th -0700
Committer Chris Pollett <chris@pollett.org>
Committer date 2020-07-10 23:Jul:th
Committer local date 2020-07-10 16:Jul:th -0700
Commit fe626fd18628fbe59d8faa0a1af330c85d910ffa
Tree a7d38031ea3427ec9b29aa2f2d19c635fe476049
Parent 9d68be275e9ca50b6bee77786ebc36111b7bd747
Add all missing comments/documentation for Yioop 7.0, Refactor StochasticSegmentor, POS, and Named Entity code, Fix bug in Email Message urls, Fix paging links in Manageuers, a=chris
Affected files:
src/configs/CreditConfig.php
src/configs/TokenTool.php
src/controllers/AdminController.php
src/controllers/Controller.php
src/controllers/CrawlController.php
src/controllers/FetchController.php
src/controllers/GroupController.php
src/controllers/RegisterController.php
src/controllers/ResourceController.php
src/controllers/SearchController.php
src/controllers/components/AccountaccessComponent.php
src/controllers/components/Component.php
src/controllers/components/CrawlComponent.php
src/controllers/components/SocialComponent.php
src/controllers/components/StoreComponent.php
src/examples/StockBot.php
src/examples/WeatherBot.php
src/executables/Fetcher.php
src/executables/MediaUpdater.php
src/executables/QueueServer.php
src/index.php
src/library/BTree.php
src/library/BloomFilterBundle.php
src/library/Bzip2BlockIterator.php
src/library/ComputerVision.php
src/library/ContextTagger.php
src/library/CrawlDaemon.php
src/library/DoubleIndexBundle.php
src/library/FeedArchiveBundle.php
src/library/FetchUrl.php
src/library/IndexArchiveBundle.php
src/library/IndexDictionary.php
src/library/IndexManager.php
src/library/IndexShard.php
src/library/LocaleFunctions.php
src/library/MailServer.php
src/library/NamedEntityContextTagger.php
src/library/PageRuleParser.php
src/library/PartOfSpeechContextTagger.php
src/library/PhraseParser.php
src/library/StochasticTermSegmenter.php
src/library/SuffixTree.php
src/library/UpgradeFunctions.php
src/library/Utility.php
src/library/WebArchive.php
src/library/WebArchiveBundle.php
src/library/WebQueueBundle.php
src/library/WebSite.php
src/library/archive_bundle_iterators/OdpRdfArchiveBundleIterator.php
src/library/archive_bundle_iterators/TextArchiveBundleIterator.php
src/library/classifiers/Classifier.php
src/library/index_bundle_iterators/DocIterator.php
src/library/index_bundle_iterators/GroupIterator.php
src/library/index_bundle_iterators/IndexBundleIterator.php
src/library/index_bundle_iterators/IntersectIterator.php
src/library/index_bundle_iterators/NetworkIterator.php
src/library/indexing_plugins/IndexingPlugin.php
src/library/indexing_plugins/WordfilterPlugin.php
src/library/media_jobs/AnalyticsJob.php
src/library/media_jobs/FeedsUpdateJob.php
src/library/processors/ImageProcessor.php
src/library/processors/PageProcessor.php
src/library/processors/TextProcessor.php
src/library/summarizers/Summarizer.php
src/locale/en_US/resources/Tokenizer.php
src/locale/hi/resources/Tokenizer.php
src/locale/it/resources/Tokenizer.php
src/locale/zh_CN/resources/Tokenizer.php
src/locale/zh_CN/resources/nect_weights.txt.gz
src/locale/zh_CN/resources/pos_weights.txt.gz
src/locale/zh_CN/resources/term_weights.txt.gz
src/models/GroupModel.php
src/models/LocaleModel.php
src/models/Model.php
src/models/PhraseModel.php
src/models/SearchverticalsModel.php
src/models/SourceModel.php
src/models/TrendingModel.php
src/views/AdminView.php
src/views/ComponentView.php
src/views/CrawlstatusView.php
src/views/elements/AdminElement.php
src/views/elements/AdminbarElement.php
src/views/elements/BotstoryElement.php
src/views/elements/GroupfeedElement.php
src/views/elements/ManageclassifiersElement.php
src/views/elements/ManagecreditsElement.php
src/views/elements/ManagerolesElement.php
src/views/elements/ManageusersElement.php
src/views/elements/MediajobsElement.php
src/views/elements/MixcrawlsElement.php
src/views/elements/PaginationElement.php
src/views/elements/SearchElement.php
src/views/elements/SearchsourcesElement.php
src/views/elements/SideadvertisementElement.php
src/views/elements/TopadvertisementElement.php
src/views/helpers/FeedsHelper.php
tests/PdfProcessorTest.php
ViewGit