Fuzzy search Orcle text on multilingual (English/French)

Hello

I use Oracle 11.2, I would like to make text fuzzy match on column contains the English and French letters. How can I set the value for FUZZY_MATCH via ctx_ddl.set_attribute

Thanks in advance!

create a tb_class (varchar2 (20) nm, addr varchar2 (200));
insert into tb_class ('cadfecc', 'Paris'); commit;

Start
ctx_ddl.set_attribute ('STEM_FUZZY_PREF', 'FUZZY_MATCH', 'FRENCH'); ... It is only for the French?
end;

create index class_nm_idx on tb_class (nm) indextype is ctxsys.context parameters ("list STEM_FUZZY_PREF sync (on commit)" ");

Select * from tb_class where contains (nm, 'cadfcc', weight)', 1) > 0;
SCOTT@orcl_11gR2> create table tb_class
  2    (nm    varchar2 ( 20),
  3       addr  varchar2 (200))
  4  /

Table created.

SCOTT@orcl_11gR2> insert into tb_class values ('çadfécc', 'Paris')
  2  /

1 row created.

SCOTT@orcl_11gR2> begin
  2    ctx_ddl.create_preference
  3        ('STEM_FUZZY_PREF', 'BASIC_WORDLIST');
  4    ctx_ddl.set_attribute
  5        ('STEM_FUZZY_PREF', 'STEMMER', 'AUTO');
  6    ctx_ddl.set_attribute
  7        ('STEM_FUZZY_PREF', 'FUZZY_MATCH', 'AUTO');
  8    ctx_ddl.create_preference
  9        ('LEXER_PREF', 'BASIC_LEXER');
 10    ctx_ddl.set_attribute
 11        ('LEXER_PREF', 'BASE_LETTER', 'YES');
 12  end;
 13  /

PL/SQL procedure successfully completed.

SCOTT@orcl_11gR2> create index class_nm_idx
  2  on tb_class (nm)
  3  indextype is ctxsys.context
  4  parameters
  5    ('wordlist  STEM_FUZZY_PREF
  6        sync        (on commit)
  7        lexer        LEXER_PREF')
  8  /

Index created.

SCOTT@orcl_11gR2> select * from tb_class
  2  where  contains (nm, 'fuzzy (çadfcc, 1, 5000, weight)', 1) > 0
  3  /

NM
--------------------
ADDR
--------------------------------------------------------------------------------
çadfécc
Paris

1 row selected.

Tags: Database

Similar Questions

  • fuzzy search

    Hi, we need fuzzy search on the table who have 20 million records and willingness to develop continually add 20 K records every day. Our application is J2EE env where we do a jndi call to the database and run queries. Fuzzy search question what we have is the query to look EO_Short_Name similar as TestName and returns, as it scans the entire table taking a long time to retrieve the records of 20 TR_Details table.

    SELECT tt. TRADER_D                                                                 FROM pp.TR_DETAILS TDMESSAGE                                                                    WHERE                                                                 UPPER(TDMESSAGE. EO_SHORT_NAME) LIKE '% TestName % '.

    The table above have record 20 and we'll be adding K records 20 every day. Can someone approach the tips that we can follow to solve the problem above for large data...

    Thanks in advance

    SSR1234 wrote:

    Hello

    I'm always looking for a solution for the fuzzy search on the oracle database query.

    What exactly is the problem with the oracle text?

  • How the process of searching / replacing text within brackets ([])

    Hello

    How the process of searching / replacing text within brackets ([]).

    I want to make the process so that the replacement inside text: ([]) this particular color and style of a particular paragraph.

    You try this option: (-[]) ([*. * \w*\d*)(\])

    Unfortunately, the process was not successfully that entirely, it does not determine if there is more than one paragraph.

    File test installation with photos.

    Sorry for mistakes in writing, I don't know English well.

    PDF + INDD

    http://www.up-00.com/?ggcf

    http://www.up-00.com/?QBcf


    Fonts:

    http://www.up-00.com/?ABcf

    Test_3.png

    Test_2.png

    Test_1.png

    Relevant if no Notes: (?s)\[.+?\]

    If not, this regular expression could play the game:   (?s)\[(~F?. *?) +\]

  • Fuzzy search help (does not work if change the order of some 2 letters)

    Hello

    need help with search fuzzy. It's pretty simple - we use fuzzy search on varchar2 columns that contain the name and name. The problem is that I don't really understand why she can't find the name in some cases.

    I want to get "Taekpaul". Then

    where CONTAINS (first_name, 'fuzzy (TAEKPAUL)', 1) > 0 - work
    where CONTAINS (first_name, 'fuzzy (TAEKPALU)', 1) > 0 - works (amended order to the last 2 letters)
    When CONTAINS (first_name, 'fuzzy (TEAKPAUL)', 1) > 0 - does not work, see "Brahim" is completely different (changed to the 2nd and 3rd order)

    How can I find 'Taekpaul', even if I get TEAKPAUL? Is she related to the index? As the text index must be created with different settings?

    Thank you!

    Published by: Maitreya2 on March 3, 2010 14:08

    Hello

    I tried you have case, and I get the same results. I also tried with the soundex function "!" and gives me the result, so I tried this:

    where CONTAINS(first_name,'fuzzy(!TEAKPAUL)',1) > 0
    

    The difference is the "!" in front of the searchterm. Is this really the solution to your problem?

    Herald tiomela
    Superconsult.nl

  • Search for text when I start typing, I want to turn it off but it doesn'

    I discuss in shows from time to time and I find it annoying when every time I start typing the computer begins to search for text. I went to the options of firefox and it is not enabled but search for it. Can you suggest a way I can stop this from happening?

    Thank you

    Sherrie

    See:

  • Multilingual (English, Portuguese, Chinese) façade panels

    I am looking for assistance with the taking of a program (written in LV 8.5.1) which can currently load languages from a file of text CSV (currently English and Portuguese) and add the ability to load also Chinese text.

    I have a written routine that parses the location CSV file (each column is a full-fledged language).  Then I go through each line and load the correct column in its respective place (captions for text entry, Boolean text for buttons) by program (Boolean text because you can't click through legends).  I found the thread of foreign language in Labview and have been able to copy and paste text in Chinese in the ActiveX control while the application is not running.  I was not able to use reading text file VI to import this text successfully.

    Does anyone have an idea how I would be able to import these data into LabVIEW?

    OlderJohn-

    I looked at your code and discussed this issue with some of my colleagues.  LabVIEW does not support Unicode, and this may be a case where it is not working properly.  I found an Article in the Knowledge Base that can be useful to help get this working (link below).

    4UO964C5 Knowledge Base: display non-English characters in LabVIEW

  • Search for text in the option in Windows Search 4.0 Preview pane doesn't work do not

    I use XP SP3.  I recently downloaded Windows Search 4.0.

    When the Windows search results window opens, I noticed that it is possible to search for text in the preview pane.  I click on a file and go to OPTIONS > COMPONENT of VISUALIZATION, but see that FIND is grayed out and unavailable.

    This function worked before, when I loaded Windows Search first; now, it no longer works.  My files have been fully indexed; and I made no changes to the computer since then.  I tried to restart the computer, but there was no change.

    Any ideas? Matthew W. I. Dunn

    Hello Matthew w. I. Dunn, welcome.

    I recommend trying a system restore to see if that solves the problem. Try this:
    1. click on START
    2. click on "all programs".
    3. click on "Accessories".
    4. click on "system tools."
    5. click on "system restore."
    6 follow the prompts shown to restore your system to a date before the problem started. Although the system restore does not target the personal data, it is recommended that you back up all data such as music, photos and documents in case something is not bad.
    Let us know what happens
    Thank you!

    Ryan Thieman
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Search for text on a Web page in ModernUI IE10

    Is there a way to search for text on a Web page in the version of the modern UI for IE10?

    If you use modern IE, the shortcut must be identical to it in most web browsers:

    CTRL + F
    So, open IE, select a text field that opens the keyboard on the screen, then tap on and hold down the Ctrl key and press F release both. You should see a little extra box we pop that is your field of research to this page.
    Gives you what you're looking for?
  • How to search for text in all of the PDF files on a mobile device?

    How to search for text in all of the PDF files on a mobile device?

    Not possible on mobile devices.

  • Is it possible to search for text in an Illustrator file from an external source like the Finder (Mac)?

    I'm trying to find some similar text strings on hundreds of files.  Specifically, I'm looking for dimensions.  4.50 "for example.  I want to see how many files have this dimension within them so that I can group them for production purposes.

    Is there a way to search for text in Illustrator (I use CS5) files from Finder?  Or another program of research?  I use a Mac.

    Any help would be GREATLY appreciated and would help save me a lot of time.

    Yes. While the Finder cannot find the content of .ai files, it can do it with .pdf files. If you change the extension of a .ai in .pdf file, you can use Spotlight to search by content.

    This fact, combined with a file rename utility as A Better Finder Rename, you can leave temporarily rename all of your .ai files so they end up in something like 'RENAMED.pdf '. Then, once you have performed your search, find all files ending in RENAMED.pdf, to delete the word "RENAMED" and change the end for .ai again.

    Of course, this isn't something you want to get into the habit of doing.

  • Pour changer version English French version

    Pour changer version English French version

    Dr

    What version of first Element, what operating system? You have a purchased serial number?

    If you have the program already installed, uninstall it.

    During installation, the value for the country and the language.

    Please review and give more information.

    Thank you.

    RTA

  • Why the color other than text in other English languages do not work in the new [iOS]

    Why the fact of color other than text in other English languages do not work in the new updates?

    Hi majidp949,

    The latest version (15.2.0) of the Acrobat Reader software for iOS contains the fix for the problem of text annotation color.

    In addition, Acrobat Reader for iOS now offers support integrated with Dropbox.

    Would you please try it and tell us what you think?

    Thank you!

  • How to revert to English French?

    How to revert to English French?

    [... Deleted duplicate message displaying more than once confused answers... MOD]

    Cloud of swap language http://helpx.adobe.com/creative-cloud/kb/change-installed-language.html

  • How to find / search the text in a table of data displayed in adobe flash player?

    I have a table of data displayed on the browser, but with Adobe Flash Player UI technology. CTRL + f does not work on the table to find a specific word in the table.


    What are alternates, you ask? or all the other shortcuts are available to search or search the text in such a case?

    Thank you.

    There is no good workaround solution.  The developer would have needed to implement a similar feature in their Flash application, or they would have needed to use StageText (which essentially exposes the native textfields), but it seems that they have neither.  The HTML TextField is certainly more robust and functional of the Flash, and honestly, HTML is probably a better choice of technology for what you describe.

  • Is there a way to make the search of texts in the database?

    I was wondering if there is a way to push the search of texts in the database.

    Specifically, I'm looking for a way to create a DocumentTermMatrix and work on it in the database.

    Company R Oracle provides any type of text mining functions or is there a way to push the standard package R tm is run in the database?

    Thank you

    Mike

    Mike,

    Oracle Enterprise R does not include the extraction of specific text features, but because it can exploit data in extraction of features Oracle database, it may inherit the ability to analyze textual data using the tm or other related packages of NOTCH. We provide examples of use of packages open source R with ore in the Oracle Enterprise of R User Guide and training materials. Here are some links to help you:

    See the section called "Run R calculation in Oracle Database":

    http://docs.Oracle.com/CD/E11882_01/doc.112/e36761/using.htm#OREUG163

    See slide 25:

    http://www.Oracle.com/technetwork/database/options/advanced-analytics/r-Enterprise/ore-trng3-transprncylayer-1501636.PDF

    Any R package used with ore must be installed with the R on the database server and client of R.

    Sherry

Maybe you are looking for