In this part, we”ll continue with the example discussed in the previous, sixteenth part in which you took a look at how you might conduct an AI-powered, spaCy-based search to find the most relevant articles from a set of news article titles and descriptions, using the syntax-driven sentence segmentation based on merging noun chunks. In this article, you’ll continue to...
Other News
Fractal Tree with Lines/Polygons Written in Java
(Marijan Nikic) This is a simple Java program that draws a fractal tree by using either lines or filled polygons. It contains two JFrames, the first one for drawing the shape, and the second one for changing some control parameters.
The Truth about Job Descriptions
(Cate Murray) Your current position is coming to an end and you’re in the market for a new job. As you’re looking through online job postings, you notice some of the following:
Clustering Non-Numeric Data Using C#
(James McCaffrey) Clustering data is the process of grouping items so that items in a group (cluster) are similar and items in different groups are dissimilar.
Modify Multiple Documents in a MySQL Document Store Collection
(Dave Stokes) The MySQL Document Store is an quick and easy to use NoSQL JSON Document Database that was designed to be easy to use. But there is one thing that may not be obvious if you are working to modify multiple documents.
Demystifying Pipelines in Azure DevOps (Build and Deployment)
(Subodh Sohoni) Azure Pipelines has been used to describe a workflow for build, multiple workflow branches in release and deployment, as well as in the licensing and pricing terminology of Azure Pipelines. This tutorial aims to clear this ambiguity associated with Azure Pipelines.
Microsoft Feature Flags: Controlling Features with Feature Filters (Microsoft.FeatureManagement)
(Jason Roberts) This is the third part in a series.
Creating PDFs in APEX after ORDS 19.1
(Jakub Granieczny) Until 19.1 ORDS provided a built-in printing engine based on Apache FOP which allowed you to download a PDF version of your reports and XLS-FO templates in a very easy manner.
AWS Shop example: API Gateway (2)
(Frederique Retsema) Last time, I talked about the API Gateway [1].
Vagrant Oracle Linux and the Vagrant user: use a password
(Martien van den Akker) Last year and earlier this year I have been struggling to create a new Vagrant box based on an installation of the Oracle Base box.