Disable the built-in tokenization for units of measure in spaCyspaCy is an open source library for natural language processing, written in Python.Dec 5, 2022Dec 5, 2022
Convert Shapefiles to GeoJSON in C#Shapefiles are files that contain geospatial data. They’re especially used together with GIS software like QGIS. There are a number of…Nov 27, 2021Nov 27, 2021
Calling Python from C#: an introduction to PythonNETRecently, I had to dig into PythonNET since I had to find a way to call Python scripts from my C# projects at work. Surprisingly enough, I…Sep 29, 20214Sep 29, 20214
How to pass a value between sibling components in BlazorIn this article we will see how to pass the value of a variable between two sibling components who have the same parent.Jun 26, 2021Jun 26, 2021
Component re-rendering between sibling Components in Blazor MVVMIf you’re using Blazor with the MVVM design pattern you may want to call a StateHasChanged on a Component from a second Component. If this…Jun 26, 2021Jun 26, 2021