Commit Graph

121 Commits

Author SHA1 Message Date
Russell Jurney
ff72880e62 Update README.md to include build-essential in apt list and 3 options for configuration 2024-12-23 17:35:51 -05:00
Al
57eaa414ce [revert] reverting the commits from #578, leaving header file in repo for the moment 2023-07-06 01:54:46 -04:00
Oskar Thorbjornsson
00568da290 Modifying README and config parameter, based on code review. 2023-02-14 21:02:51 -08:00
Oskar Thorbjornsson
0c0818c683 Update Senzing link. 2023-02-13 17:03:42 -08:00
Oskar Thorbjornsson
a11f33fb3d Add a link to info about Senzing data model. 2023-02-13 13:32:38 -08:00
Oskar Thorbjornsson
c4c636febd Adding directions to the readme on how to download Senzing datamodel. 2023-02-12 18:04:10 -08:00
Peter Johnson
a6c17a0510 docs: remove make distclean
The `make distclean` command is not required in this example, which is a fresh clone
2022-10-29 22:00:07 +02:00
Peter Johnson
5c4ef44426 Makefile is not available until after configure
The `make` command fails when run *before* configure, this is confusing users which are not familiar with `automake`.

```bash
make distclean
make: *** No rule to make target `distclean'.  Stop.

make
make: *** No targets specified and no makefile found.  Stop.
```
2022-10-28 12:59:12 +02:00
Dino Kovač
6064bc6c06 Use NEON on ARM hardware via sse2neon.h
The autoconf changes were adapted from:
https://github.com/glennrp/libpng/blob/libpng16/configure.ac
2022-06-16 15:49:01 +02:00
Matthew Wigginton Bhagat-Conway
41e76a7c32 build instructions for M1 macs (see #551) 2022-03-02 10:37:50 -05:00
Al B
e5b278ba64 Merge pull request #523 from kodemartin/rust-bindings
Add rustpostal to unofficial bindings
2021-06-22 02:48:29 -04:00
Alexander Grigoryev
9c98fc976d Update README.md 2021-05-02 12:40:54 +03:00
Konstantinos Demartinos
948a0d350a Add rustpostal to unofficial bindings 2020-11-22 12:27:35 +02:00
Al
270bae7a32 [docs] adding the links to the Internet Archive versions of the training data as well as a file that contains the current parser training set date 2018-03-10 19:33:24 -05:00
Maurice Betzel
46585c89e0 Added unofficial Java language binding 2018-01-17 11:00:34 +01:00
Maurice Betzel
ebc332a311 Added unofficially supported Java language binding 2018-01-17 10:57:09 +01:00
Al
f207a4680d [docs/build] adding make -j4 as the default for make, including in the Travis/Appveyor builds, should make build times faster 2017-11-30 14:09:13 -05:00
Al
2cb0d146e5 [docs][ci skip] adding a section for Windows installation, shoutouts to @BenK10 and @AeroXuk 2017-11-29 13:13:00 -05:00
AeroXuk
69e0d5d963 Updated linenoise to be MSys2/MinGW compatible. Updated address_parser app to use the defined libpostal api and not include internal components directly. Removed windows src Makefile as it is now the same as the standard one. 2017-11-27 01:42:25 +00:00
Al
5f0e394ea8 [fix] README badges 2017-11-01 20:12:36 -04:00
Al Barrentine
2bfa8efefb [docs] updating README examples of normalization now that canonical forms are no longer transliterated 2017-08-16 12:15:22 -04:00
Al
ed011e50d5 [docs][ci skip] update contributing section in README 2017-08-01 00:27:50 -04:00
Al
2c06f26f3d [docs][ci skip] adding contributing guide for how to submit issues 2017-08-01 00:10:40 -04:00
Mengxuan Xia
abcf72be2e Add Elixir language binding to Readme 2017-06-05 16:05:19 -04:00
Al
d2732922c2 [data] deployed model files and training data to CloudFront for easier downloading around the world and in places like China where the Great Fire Wall may prevent large downloads from abroad. TTL is set to 0 so it still caches the files themselves but checks with origin for the If-Modified-Since headers, allowing the files to be updated dynamically 2017-04-17 14:11:44 -04:00
Al
4f9b0ef495 [docs][ci skip] adding note about using libpostal on mobile 2017-04-07 00:55:39 -04:00
Al
6984427eb9 [docs][ci skip] add link to the 1.0 blog post 2017-04-06 13:19:45 -04:00
Al
5605ba3185 [docs] adding note about the newly-trained language classifier trained with FTRL-Proximal (now 1/10th the size), which keeps its high accuracy while maintaining a sparse solution. This commit will trigger a build with the freshly uploaded model. 2017-04-06 11:55:11 -04:00
Al
8cef3c4eb9 [docs] new parser GIF, featuring addresses relevant to current events 2017-04-05 07:21:48 -04:00
Al
aaae1e055e [docs] fix spacing 2017-04-05 02:03:39 -04:00
Al
9c7eac61eb [docs] merge README from master, move bindings below examples 2017-04-05 02:02:59 -04:00
Al
67157fbd98 [docs] moving blog post to first paragraph 2017-04-03 21:04:37 -04:00
Al
b8f65d0a06 [docs] aesthetic README changes 2017-04-03 18:18:02 -04:00
Al
4b16b5bccd [docs] README fixes 2017-04-03 16:35:48 -04:00
Al
e4290a489f [openaddresses] Fall River County, SD 2017-04-03 16:15:21 -04:00
Al
c3a6445290 [docs] README updates for 1.0 release, adding training data section 2017-04-03 15:59:01 -04:00
Al
6d4c7984df [api] doing this now since we're bumping a major version. Using a libpostal prefixes for all public header functions and definitions 2017-03-31 03:35:51 -04:00
Phaninder Pasupula
621f37c836 Update ReadME to add ZeroMQ bindings docker 2017-02-09 14:24:56 +00:00
Al Barrentine
a2b84a0177 [docs][ci skip] Adding parser label definitions to the README 2017-01-07 14:17:31 -05:00
Al
14fa8a08c0 [fix][ci skip] attempting something less cluttered for the readme 2016-10-07 00:50:36 -04:00
Al
6ce05812fe [docs][ci skip] edit to intro/project description 2016-10-06 23:59:26 -04:00
Al
5f7bf6008a [fix][ci skip] cliffhanger, paragraph order 2016-10-06 23:49:42 -04:00
Al
5a571b1d7a [docs][ci skip] moving flags below intro paragraph in readme 2016-10-06 23:45:08 -04:00
Al
de99120c66 [fix][ci skip] alignment of flags on readme 2016-10-06 23:23:23 -04:00
Al
425bca6149 [docs][ci skip] two rows of flags on the readme 2016-10-06 23:12:10 -04:00
Al
906bd524c3 [fix][ci skip] removing comments 2016-10-06 23:00:49 -04:00
Al
527b78ddf7 [docs][ci skip] adding more flags to the repo via span tags 2016-10-06 22:55:36 -04:00
Al
757a7ee15f [docs][ci skip] Moving parser examples up so they come before normalization 2016-08-10 01:16:07 -04:00
Al
7ff8e1a5cb [docs][ci skip] Moving OpenCollective folks to the top of the README 2016-08-10 01:14:45 -04:00
Al Barrentine
a277096c96 Merge pull request #72 from piamancini/patch-1
Added backers and sponsors from OpenCollective
2016-08-09 23:05:45 -04:00