EPrints Technical Mailing List Archive

Message: #08483


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

Re: [EP-tech] Eprints-tech Digest, Vol 148, Issue 45


CAUTION: This e-mail originated outside the University of Southampton.
Martin thanks for your feedback, this workflow includes a thesaurus https://buildvoc.co.uk/bv/en/ and for NLP  https://github.com/NatLibFi/Annif which processes the abstract in eprints and returns the keywords.

Need to have the each keyword in a individual fields, so I can tell the indexer these fields are “phrase” with white space

Any ideas on script to create 10 fields for uncontrolled keywords?


On 25 Jan 2021, at 11:49, eprints-tech-request@ecs.soton.ac.uk wrote:

Send Eprints-tech mailing list submissions to
   eprints-tech@ecs.soton.ac.uk

To subscribe or unsubscribe via the World Wide Web, visit
   http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech
or, via email, send a message with subject or body 'help' to
   eprints-tech-request@ecs.soton.ac.uk

You can reach the person managing the list at
   eprints-tech-owner@ecs.soton.ac.uk

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Eprints-tech digest..."


Today's Topics:

  1. Antwort: Re:  Help indexing phrases (martin.braendle@uzh.ch)


----------------------------------------------------------------------

Message: 1
Date: Mon, 25 Jan 2021 12:49:00 +0100
From: <martin.braendle@uzh.ch>
Subject: [EP-tech] Antwort: Re:  Help indexing phrases
To: <eprints-tech@ecs.soton.ac.uk>, David R Newman
   <drn@ecs.soton.ac.uk>
Message-ID:
   <OF0D573B1B.0648AFE6-ONC1258668.0040E951-C1258668.0040E953@lotus.uzh.ch>
   
Content-Type: text/plain; charset="utf-8"

CAUTION: This e-mail originated outside the University of Southampton.
Hi Phil,

in the final end, reverse indexes of standard search engines are single term based. This is a basic principle.

Xapian is pretty basic in this matter - more advanced search engines such as ElasticSearch offer field types such as "keyword" that allow to store multi-term _expression_ - in the end however, the Lucene backend also will store single terms in its reverse indexes.

Still, there is the difficulty how to identify a multi-term _expression_ within a bulk of text - this is usually the field of Natural Language Processing, and special tools and thesauri are needed.

Kind regards,

Martin


-----<eprints-tech-bounces@ecs.soton.ac.uk<mailto:eprints-tech-bounces@ecs.soton.ac.uk>> schrieb: -----
An: <eprints-tech@ecs.soton.ac.uk<mailto:eprints-tech@ecs.soton.ac.uk>>, "Phil Stacey" <phil@buildvoc.co.uk<mailto:phil@buildvoc.co.uk>>
Von: "David R Newman via Eprints-tech"
Gesendet von:
Datum: 25.01.2021 10:39
Betreff: Re: [EP-tech] Help indexing phrases


Hi Phil,

Unfortunately, I don't think this is possible.  I think you would need to create a new field that is an id multiple field and use this.  You could probably write a script to map from the uncontrolled keywords field into this new multiple id field.  However, even with this new field I am not sure how well Xapian would index these as individual multi-word terms.  Advanced search for this field should work as you require.  In 3.4.2 I introduced the Idci MetaField that is basically the same as the Id MetaField but that matches case-insensitively, this is useful for mathcing things like email addresses and usernames, where case does not usually make a functional difference.

I have been thinking how best to implement a keywords fields that is more effective across simple, advanced and faceted search, particularly for multi-word terms.  I have yet to conclude on a solution, as I need to better understand how Xapian indexing works to see if it can be setup to allow EPrints to effectively index multiple-word terms.

Regards

David Newman

On 25/01/2021 07:06, Phil Stacey via Eprints-tech wrote:
CAUTION: This e-mail originated outside the University of Southampton.
Using uncontrolled keywords field which has phrases separated by commas, like to index the whole phrase.

For example :-
evacuation lift, part b - fire safety, b5 access and facilities for the fire
service, fire risk assessment, residual risk, building safety, b4 external
fire spread, means of escape, principal works, health & safety strategy
https://eur03.safelinks.protection.outlook.com/?url="">

Question how do I configure xapian or indexing.pl to index the whole phrase instead of the individual terms for example fire, safety, or building

Best Regards,
Phil Stacey
building regulations guidance for fire safety<https://eur03.safelinks.protection.outlook.com/?url="">


*** Options: http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech
*** Archive: https://eur03.safelinks.protection.outlook.com/?url="">
*** EPrints community wiki: https://eur03.safelinks.protection.outlook.com/?url="">

[https://eur03.safelinks.protection.outlook.com/?url=""        Virus-free. https://eur03.safelinks.protection.outlook.com/?url="">
*** Options: http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech
*** Archive: https://eur03.safelinks.protection.outlook.com/?url="">
*** EPrints community wiki: https://eur03.safelinks.protection.outlook.com/?url="">
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ecs.soton.ac.uk/pipermail/eprints-tech/attachments/20210125/251a1fed/attachment.html

------------------------------

_______________________________________________
Eprints-tech mailing list
Eprints-tech@ecs.soton.ac.uk
http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech


End of Eprints-tech Digest, Vol 148, Issue 45
*********************************************