Restore punctuation to unstructured text using C#

Thamotharan 21 Reputation points
2023-03-07T07:56:26.4833333+00:00

Hi,

I am looking to restore or add punctuation properly in unstructured text using C# or ML.Net.

I found option available in python called "rpunct". But I want to implement it in .net core Web API project.

The "rpunct" is working as expected output.

Is there any packages available in .net to restore punctuation?

Thank you

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,395 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,276 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 56,686 Reputation points
    2023-03-29T15:09:16.3733333+00:00

    The sample python code is not very large or complex, why not convert to c#.

    0 comments No comments