A PHP Error was encountered

Severity: Warning

Message: Trying to access array offset on value of type null

Filename: controllers/Posts.php

Line Number: 409

Backtrace:

File: /var/www/html/blog.thedigitalgroup.com/application/modules/posts/controllers/Posts.php
Line: 409
Function: _error_handler

File: /var/www/html/blog.thedigitalgroup.com/index.php
Line: 320
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: Trying to access array offset on value of type null

Filename: controllers/Posts.php

Line Number: 413

Backtrace:

File: /var/www/html/blog.thedigitalgroup.com/application/modules/posts/controllers/Posts.php
Line: 413
Function: _error_handler

File: /var/www/html/blog.thedigitalgroup.com/index.php
Line: 320
Function: require_once

T/DG Blog - Digital Thoughts
Getting to know $watch

Getting to know $watch

This week I came across a $watch, and thought I’d share what I had learnt about it. First, you need to understand how the Angular digest cycle works.


The Digest Cycle…

Read More

Part-of-speech tagging using OpenNLP

Part-of-speech tagging using OpenNLP

Introduction: Part-of-speech tagging is the process of marking up a word in a text (corpus) as corresponding to a particular part of speech such as noun, verb, adjective, etc., based on…

Read More

Biomedical Named Entity extraction using general purpose NER Models

Biomedical, healthcare research and practice has accelerated the rate at which information in the form of scientific publications, EMR, transcription records and others are created and published. In order to effectively…

Read More

Getting to know Kendo with AngularJS

What is Kendo UI

Kendo UI is a framework based on HTML5 and jQuery. It helps build an interactive web application by providing several features for a fast, rich, and responsive web applications…

Read More

Solr HyperLogLog

Solr 5.2 introduces HyperLogLog, the probabilistic approach for counting distinct values.


Solr already had provision to count distinct values using unique facet function or countDistinct LocalParam in stats component. But this approach doesn’t scale…

Read More

Test Driven Development by Example

Test-driven development (TDD) is a software development. First the developer writes an (initially failing) automated test case that defines a desired improvement or new function, then produces the minimum amount…

Read More

Understanding Solr Explain

In this article, I will explain how to read information in solr explain.


When we search documents on solr, the documents in the result are in descending order of their…

Read More

AngularJS in Node. js and ExpressJS Framework

Introduction

ExpressJS is a light-weight web application framework to help organize your web application into…

Read More

Image Processing and Analysis in R

Performing Image processing and analysis in R, installation of EBImage package is required. Execute…

Read More

Words similarity/relatedness using WuPalmer Algorithm

Wu & Palmer – Words Similarity

The Wu & Palmer calculates relatedness by considering the depths of the two synsets in the WordNet taxonomies, along with the depth of the…

Read More