Search found 87 matches: sentence

Return to advanced search

Re: xbrowseWeb - Work in Progress

Hello friends, Database-Navigation I now have 2 switches for forward/backward, and each time the sentence pointer for reading in is shifted by 20 records. The speed is good. I will now also link forward/backward with the mouse wheel. A kind of lazy loading. Best regards, ...
by Otto
Mon Apr 29, 2024 11:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowseWeb - Work in Progress
Replies: 4
Views: 286

LLM metrics - métricas

... lenguaje, ya que requiere una comprensión profunda del lenguaje y la capacidad de razonar sobre la lógica y la semántica del texto. GSM8K (Google Sentence Matching 8K) GSM8K es una métrica utilizada para evaluar la capacidad de los modelos de lenguaje natural para entender la similitud semántica ...
by Antonio Linares
Tue Apr 23, 2024 7:47 pm
 
Forum: latest AI news
Topic: LLM metrics - métricas
Replies: 0
Views: 401

Re: FWHMYSQL Insert failing

Good Morning Mr Rao, I made a test with oCN:InsertSQ() and it's also returning a wrong sentence. It's returning this: INSERT INTO `folha` ( `cemp`,`nfolha`,`cmat`,`cvandes`,`cvdorig`,`val_inf`, `val_calc` ,`total_inc`,`filial`,`clotacao`,`prazo`,`situacao` ) VALUES ...
by vilian
Mon Apr 08, 2024 11:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL Insert failing
Replies: 6
Views: 432

Re: SAPI : change Voice

... 3 --> An OLE object is received, probably self OLE object ? 5 --> Word, 4th param is position, 5th param is length 6 --> ??? 7 --> Sentence, 4th param is position, 5th param is length 8 --> ??? 2 --> End so i watch for      CASE aPara[ 1 ] = 2         // End of Text  ...
by Jimmy
Wed Feb 14, 2024 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3786

Re: SAPI : change Voice

... 3 --> An OLE object is received, probably self OLE object ? 5 --> Word, 4th param is position, 5th param is length 6 --> ??? 7 --> Sentence, 4th param is position, 5th param is length 8 --> ??? 2 --> End thx for your List f Event meaning, now it work (almost) perfect   oSpVoice:__hSink ...
by Jimmy
Mon Feb 12, 2024 6:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3786

Re: SAPI : change Voice

... 3 --> An OLE object is received, probably self OLE object ? 5 --> Word, 4th param is position, 5th param is length 6 --> ??? 7 --> Sentence, 4th param is position, 5th param is length 8 --> ??? 2 --> End https://learn.microsoft.com/en-us/previous-versions/windows/desktop/ms723587(v=vs.85)
by Antonio Linares
Sun Feb 11, 2024 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3786

Re: random sentences generator

You can use chatGPT to generate the sentences for you: write 50 simple sentences to feed artificial intelligence using the format Tokenizer( sentence ) Tokenizer("The sun rises in the east.") Tokenizer("Cats are furry animals.") ...
by Antonio Linares
Fri Dec 01, 2023 6:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: random sentences generator
Replies: 6
Views: 716

Re: Another Question about FWH and Word

... I wasn't able to use your suggestion because I got a lot of errors. But maybe I can solve it is you can help me to transate this VBA-sentence into FWH : AddIns("C:\Users\Michel\AppData\Roaming\Microsoft\Word\STARTUP\MacJuda.dotm").Installed = False Any idea? Thanks ...
by driessen
Thu Aug 10, 2023 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another Question about FWH and Word
Replies: 6
Views: 356

Re: My regex fails under Harbour

Thanks Cristobal.
The sentence now works in my standalone test but not my module.
Is there anyway to check where the linker is pulling hb_regex() from? It seems suspicious that I get an empty array when there is no match instead of NIL
by hua
Mon Nov 07, 2022 2:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: My regex fails under Harbour
Replies: 6
Views: 612

Re: To Mister Nages - xBrowser

Mr. Nages, just one more thing: if we put an image in the bottom of the browser, when the word in hilite is at the beginning of the sentence it shows well, but if it is in the middle of the sentence, it puts a white background, not respecting the image of the. Att., Oliveiros Junior Image ...
by nageswaragunupudi
Fri Aug 14, 2020 11:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Mister Nages - xBrowser
Replies: 21
Views: 2323

Re: To Mister Nages - xBrowser

Mr. Nages,

just one more thing: if we put an image in the bottom of the browser, when the word in hilite is at the beginning of the sentence it shows well, but if it is in the middle of the sentence, it puts a white background, not respecting the image of the.

Att.,

Oliveiros Junior
by oliveiros junior
Fri Aug 14, 2020 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Mister Nages - xBrowser
Replies: 21
Views: 2323

Re: To Mister Nages - xBrowser

1) In a row, within a column of xBrowse and possible, in a sentence put a word in bold? Sample: "Teste de mensagem para xbrowser" Sample program #include "fivewin.ch//----------------------------------------------------------------------------//function ...
by nageswaragunupudi
Fri Aug 07, 2020 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Mister Nages - xBrowser
Replies: 21
Views: 2323

To Mister Nages - xBrowser

Dear Mr. Nages, I need your help on two situations: 1) In a row, within a column of xBrowse and possible, in a sentence put a word in bold? Sample: "Teste de mensagem para xbrowser" 2) Would it be possible to put an image in a column and write about that image at run ...
by oliveiros junior
Fri Aug 07, 2020 1:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Mister Nages - xBrowser
Replies: 21
Views: 2323

Re: send data to excel with some condition from xbrowse

... := { 2,3,4 }, o:ToExcel(), o:aselected := {} } )  thank mr. rao, I use recordset, so how could be the sentence? thanks in advance
by artu01
Thu Jul 23, 2020 10:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: send data to excel with some condition from xbrowse
Replies: 2
Views: 621

Re: Error en FW_TransLang

... ఎక్స్‌టెన్షన్‌లో భాగంగా ఈ కాలాన్ని వివరిస్తుంది. . The translation is perfect. I split the entire text into paragraphs and each paragraph into sentences programmatically. I translated each sentence and re-assembled the results into paragraphs and into full text. But when I tried to repeat more ...
by nageswaragunupudi
Wed Jul 01, 2020 6:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en FW_TransLang
Replies: 11
Views: 1413
Next

Return to advanced search