Thu, 16 May 2024 08:35:07 UTC | login

Information for build opentrep-0.07.1-3.fc31

ID107517
Package Nameopentrep
Version0.07.1
Release3.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/opentrep.git#ae78b2884e8cd971f6d049b73d4cca5737268e61
SummaryC++ library providing a clean API for parsing travel-focused requests
Descriptionopentrep aims at providing a clean API, and the corresponding C++ implementation, for parsing travel-focused requests. It powers the http://search-travel.org Web site. opentrep uses Xapian (http://www.xapian.org) for the Information Retrieval part, on freely available travel-related data (e.g., country names and codes, city names and codes, airline names and codes, etc.), mainly to be found in the OpenTravelData project (http://github.com/opentraveldata/opentraveldata): http://github.com/opentraveldata/opentraveldata/tree/trunk/opentraveldata opentrep exposes a simple, clean and object-oriented, API. For instance, the OPENTREP::interpretTravelRequest() method takes, as input, a string containing the travel request, and yields, as output, the list of the recognized terms as well as their corresponding types. As an example, the travel request 'Washington DC Beijing Monday a/r +AA -UA 1 week 2 adults 1 dog' would give the following list: * Origin airport: Washington, DC, USA * Destination airport: Beijing, China * Date of travel: next Monday * Date of return: 1 week after next Monday * Preferred airline: American Airlines; non-preferred airline: United Airlines * Number of travelers: 2 adults and a dog The output can then be used by other systems, for instance to book the corresponding travel or to visualize it on a map and calendar and to share it with others. opentrep makes an extensive use of existing open-source libraries for increased functionality, speed and accuracy. In particular the Boost (C++ Standard Extensions: http://www.boost.org) and SOCI (http://soci.sourceforge.net) libraries are used. Note that opentrep currently only recognizes points of reference (POR), as to be found in the following file: http://bit.ly/1DXIjWE A good complementary tool is GeoBase (http://opentraveldata.github.io/geobases), a Python-based software able to access to any travel-related data source.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 31 Jul 2019 08:15:14 UTC
CompletedWed, 31 Jul 2019 13:54:28 UTC
Taskbuild (f31-candidate, /rpms/opentrep.git:ae78b2884e8cd971f6d049b73d4cca5737268e61)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/opentrep.git#ae78b2884e8cd971f6d049b73d4cca5737268e61'}}
Tags
f31
f32
f33
RPMs
src
opentrep-0.07.1-3.fc31.src.rpm (info) (download)
noarch
opentrep-data-0.07.1-3.fc31.noarch.rpm (info) (download)
opentrep-doc-0.07.1-3.fc31.noarch.rpm (info) (download)
riscv64
opentrep-0.07.1-3.fc31.riscv64.rpm (info) (download)
opentrep-devel-0.07.1-3.fc31.riscv64.rpm (info) (download)
python3-opentrep-0.07.1-3.fc31.riscv64.rpm (info) (download)
opentrep-debuginfo-0.07.1-3.fc31.riscv64.rpm (info) (download)
opentrep-debugsource-0.07.1-3.fc31.riscv64.rpm (info) (download)
python3-opentrep-debuginfo-0.07.1-3.fc31.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.07.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun Feb 17 2019 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.07.1-2 - Specific license tag, no glob for libraries - Took into account feedback of BZ#866265 * Wed Jan 16 2019 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.07.1-1 - Upstream update * Tue Oct 16 2018 Denis Arnaud <denis.arnaud_fedora@m4x.org> 0.07.0-1 - Upstream update