VB6 Natural Language Parser
The buyer of this project required a solution that would parse a set of similar sentences and based on rules provided by the buyer produce a result text string that holds replaceable parameters thus permitting code to rebuild any of the original sentences from the single parsed result. The code extract below is provided to show a sample of one of the class files and to demonstrate the quality of the code produced. Code Snippet Option Explicit Dim IndividualWords As Collection Public Property Let Sentence(newValue As String) Dim Words() As String Dim WordIndex As Long Words = Split(newValue, " ") Set IndividualWords = New Collection For WordIndex = 0 To UBound(Words) IndividualWords.Add Words(WordIndex) Next WordIndex End Property Public Property Get Sentence() As String Dim AllWords As String Dim Index As Long AllWords = "" For Index = 1 To IndividualWords.Count If (Index > 1) Then AllWords = AllWords &
About Me
Many platforms and environments targeted in the production of robust solutions including, though not restricted to; Microsoft Office Automation (Access/Excel/Outlook/Word/Project) Power Bi Reporting & Analytics Windows client desktop application development .Net (C#/VB/ASP), VB6, ASP, BizTalk, Java SE & ME, C/C++ (ANSI/MS Visual/Borland) Microsoft Database Technologies SQL Server 7-2008, Access 97-2007 Embedded Systems Development Arduino/Esp32/STM32
$ 20 USD/hr
NEW FREELANCER!