
2026-01-31
Moving beyond our previous discussion on "Custom Dictionaries," this post focuses on dynamic control of extraction logic. How do we handle sequences of "Sa-hen Connection Nouns" or "Suffixes" and reco...

2025-10-31
In the implementation of AI agents and RAG (Retrieval-Augmented Generation), the accuracy of keyword extraction is a critical factor that directly impacts system performance. However, when using Lucen...

2025-07-31
In the modern AI landscape, the transition from raw data to actionable intelligence begins with a single, critical step: precision noun extraction. While Large Language Models (LLMs) are adept at gene...

2025-04-30
While AI—specifically RAG (Retrieval-Augmented Generation)—is becoming ubiquitous, many organizations struggle with "generic" outputs, high latency, and a lack of internal context. To move beyond thes...

2022-07-23
Previous article ASP.NET Core Options Pattern describes overview ofASP.NET Core Options Patternthat enables information encapsulation and separation of business logic interest. This feature makes that...

2022-06-28
A typical web application separates setting from the App. In the ASP .NET Core web app allows encapsulation and separation of an interest of setting using the options pattern. It allows enables contin...

2020-09-01
The ‘implicit grant type’ is one of the several grant types of ‘The OAuth 2.0 Authorization Framework‘ which Azure Active Directory endpoint supports. An application requests an access token to Azure ...

2020-05-27
The article ‘appsettings.json in C# .NET Core MVC web app‘ uses the code sample which accesses to Microsoft Graph API. The feature that accesses to Microsoft Graph API is very often used in many codes...

2020-04-20
This article describes how to set configuration values and to acquire them in the controller of mvc web app. This article uses the code sample of the article ‘Programmable authentication flow for acce...

2020-03-31
It is good that an app access user resource using minimum permission. Microsoft Graph API provides a token restricted by a scope that has minimum permission to access domain resources. Therefore the a...

2020-03-14
In the case of creating RPA or an app executes function automatically,the article ‘Microsoft Graph API provides several grant types of The OAuth 2.0 Authorization Framework’describes that the ‘passwor...

2020-03-13
Microsoft Azure Cognitive Services QnA Maker helps creating knowledge base which chatbot app uses. In case knowledge base created, it have to publish for chatbot app. Then create bot from Create Bot b...