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)...
Category Archives: Uncategorized
-
An Intuitive Way to Search with Natural Language Processing (NLP)
By: Dushyant Verma | December 22, 2017We 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,
-
Earned Value Analysis to know real health and performance of your project.
By: Shripad Khairnar | May 11, 2017The 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,
-
Risk Based Testing – Know the right time to account it and implement it
By: Shripad Khairnar | April 18, 2017It 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,
-
4 important tips you will need to handle your new client better
By: Shripad Khairnar | March 21, 2017It’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
-
Domain Capability Building on New Service Offering
By: Naveed Sait | September 28, 2016Your 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
-
Build Operate Transfer Systems and Applications – Lean Style
By: Prakash Sharma | November 23, 2015Build 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
-
Restriction and Transclusion Properties Of AngularJS Directives
By: Amol Thite | September 29, 2015Restriction 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 :
-
Locator Strategies in Selenium WebDriver : CSS selectors
By: Rohit Sakhawalkar | September 14, 2015Selenium 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
-
What’s new in C# 6.0
By: Chetan Vihite | September 10, 2015What’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
-
Locator Strategies in Selenium WebDriver
By: Rohit Sakhawalkar | September 2, 2015Introduction 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
-
Overloading Packages, Functions & Procedures
By: Jyoti Kharmale | August 27, 2015Introduction: 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
-
C-value approach to multi-word automatic term recognition (ATR)
By: Rajendra Sharma | July 29, 2015C-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
-
Introduction to KnockoutJS
By: Chetan Vihite | July 24, 2015Introduction 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
-
Using Solr and TikaOCR to search text inside an image.
By: Vijay Mhaskar | July 17, 2015Tesseract 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
-
AngularJS Isolated Scope Directives
By: Ujwala Patil | July 17, 2015Introduction: 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
-
Punctuation replacement using regular expression
By: Sagar Gole | July 10, 2015Replace 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
-
Using Solr’s ComplexPhraseQueryParser
By: Vijay Mhaskar | July 10, 2015Introduction : 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
-
Measuring Search Relevance using NDCG
By: Vijay Mhaskar | June 28, 2015Normalized 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