|  BLOG

Menu

Skip to content
  • About Us
  • Guest Posts
  • RSS
  • Corporate Website

An Intuitive Way to Search with Natural Language Processing (NLP)

By: Dushyant Verma | December 22, 2017

We know that computers understand programming languages but how about making them understand human language, the language that you and me speak? Natural Language Processing (NLP)...

Read More

Serverless Architecture Set to Redefine Business Computing

By: Kallappa Patil | December 14, 2017

Serverless is a highly trending term in the world of software architecture right now and one can judge this from the many references of the term in journals, products, and open s...

Read More

9 Reasons Automation Testing is Key to Successful Software Development

By: Amit Dabli | December 6, 2017

How is automation testing different from manual testing? Well, while manual testing involves a person in front of a computer, executing each test step, automation testing involve...

Read More

Web Application Security Guidelines: Protect your Application from Threats and Hacking

By: Kallappa Patil | November 20, 2017

Research estimates that 75% of attacks against Web servers are entering through applications and not at the network level. And when a company makes even minor changes on its webs...

Read More
Vijay Mhaskar's Blog  »  

Category Archives: Uncategorized

  • An Intuitive Way to Search with Natural Language Processing (NLP)

    By: Dushyant Verma | December 22, 2017

    We know that computers understand programming languages but how about making them understand human language, the language that you and me speak? Natural Language Processing (NLP) is a field of study that makes this possible,

    Read More...
  • Earned Value Analysis to know real health and performance of your project.

    By: Shripad Khairnar | May 11, 2017

    The Project or Program Managers usually evaluate the Triple Constraints i.e. Time, Scope and Cost. While evaluating this IRON TRIANGLE, they are trying to judge if the ongoing project is following the approved budget. Additionally,

    Read More...
  • Risk Based Testing – Know the right time to account it and implement it

    By: Shripad Khairnar | April 18, 2017

    It is real hard to comment at what point the testing should be denoted as enough testing. It’s even more difficult to predict that the product is defect free post your deliberate testing attempts. However,

    Read More...
  • 4 important tips you will need to handle your new client better

    By: Shripad Khairnar | March 21, 2017

    It’s quite often that we all face a lot of challenges when getting on to the newer assignments and engagements while we work on any business streams. The challenges may be in realizing about how

    Read More...
  • Domain Capability Building on New Service Offering

    By: Naveed Sait | September 28, 2016

    Your sales team / management managed to win a project on a domain that is new to the organization.  You have the technology resources who can implement and/or test the solution but there is a

    Read More...
  • Build Operate Transfer Systems and Applications – Lean Style

    By: Prakash Sharma | November 23, 2015

    Build Operate Transfer Models are in existence for many years. With recent trends in Agile and Scrum development, it is observed that there is again a need for resources to work together as team and

    Read More...
  • Restriction and Transclusion Properties Of AngularJS Directives

    By: Amol Thite | September 29, 2015

    Restriction and Transclusion are the properties of AngularJS directives. Restriction property is used to defined the use of directives where as Transclusion property is used to define the place for external content. Restriction in Directives :

    Read More...
  • Locator Strategies in Selenium WebDriver : CSS selectors

    By: Rohit Sakhawalkar | September 14, 2015

    Selenium Locators: Locate element by CSS selector using html tag attributes This a fall back when all options fail, you can use parent child relation in tags, in case you need to use complex strategy

    Read More...
  • What’s new in C# 6.0

    By: Chetan Vihite | September 10, 2015

      What’s new in C# 6.0 In this article, I am going to talk about new language feature of C# 6.0. I am personally liking these features a lot because they help in writing clean

    Read More...
  • Locator Strategies in Selenium WebDriver

    By: Rohit Sakhawalkar | September 2, 2015

    Introduction Now a days Selenium is vastly used as web automation tool across industry. It has its own advantages whether it might be an open source tool or freedom of scripting language. Selenium WebDriver mimics

    Read More...
  • Overloading Packages, Functions & Procedures

    By: Jyoti Kharmale | August 27, 2015

    Introduction: One of the most powerful aspects of the package is the ability to overload program units. When you overload, you define more than one program with the same name. These programs will differ in

    Read More...
  • C-value approach to multi-word automatic term recognition (ATR)

    By: Rajendra Sharma | July 29, 2015

    C-value is a domain-independent method for multi-word ATR which aims to increase the extraction of nested terms. It aims to get more accurate terms, especially those nested terms, such as ”MUTUAL INFORMATION” nested in longer

    Read More...
  • Introduction to KnockoutJS

    By: Chetan Vihite | July 24, 2015

    Introduction Knockout, developed by Steve Sanderson, is free open source JavaScript library available under MIT license. It was first released in 2010 and since its initial release it has caught attention of industry and has

    Read More...
  • Using Solr and TikaOCR to search text inside an image.

    By: Vijay Mhaskar | July 17, 2015

      Tesseract is probably the most accurate open source OCR engine available and with Apache Tika 1.7 you can now use the awesome Tesseract OCR parser within Tika! Solr 5.x has support for Tika 1.7

    Read More...
  • AngularJS Isolated Scope Directives

    By: Ujwala Patil | July 17, 2015

    Introduction: In AngularJS by default directives get the parent scope.This will useful when we are exposing the parent controller’s scope to directives. But in some cases your directives may want to add several properties and

    Read More...
  • Punctuation replacement using regular expression

    By: Sagar Gole | July 10, 2015

    Replace all the punctuations from a string by “space + punctuation + space” using Pattern Matcher – Regular expression in java. Input string: “Article: The Journal of clinical endocrinology and metabolism Endometrial and pituitary responses to the steroidal

    Read More...
  • Using Solr’s ComplexPhraseQueryParser

    By: Vijay Mhaskar | July 10, 2015

    Introduction : ComplexPhraseQuery allows complex phrase query syntax e.g “canc* treat* “. It Performs multiple passes over Query text to parse any nested logic in PhraseQueries. First pass takes any PhraseQuery content between quotes and

    Read More...
  • Measuring Search Relevance using NDCG

    By: Vijay Mhaskar | June 28, 2015

    Normalized Discounted Cumulative Gain (NDCG) is popular method for measuring the quality of a set of search results. It asserts the following: Very relevant results are more useful than somewhat relevant results which are more

    Read More...
  • Facebook
  • Blogger
  • Twitter
  • LinkedIn
  • Gplus
  • InstaGram

Recent Posts

  • Understanding and Configuring Solr's PingRequestHandler
  • Solr LocalParams and Security
  • Using Solr and TikaOCR to search text inside an image.
  • Using Solr's ComplexPhraseQueryParser
  • Measuring Search Relevance using NDCG
  • Query Rescoring in Solr
  • Test Driven Development by example
  • Understanding PhraseQuery and Slop in Solr
  • Exactish phrase matching in Solr
  • Solr's mm parameter - Explanation of Min Number Should Match
  • Categories
  • Archives
  • Java
  • Lucene
  • Phonetic Search
  • Relevancy
  • Search Engine
  • Solr
  • Tika
  • Uncategorized
  • October 2015
  • August 2015
  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • About Author

    Vijay works as a Software Engineer at The Digital Group. He takes interest in Information Retrieval and Search Engine Technologies .

    Copyright © T/DG 2018. All rights reserved. Disclaimer