Commit Graph

131 Commits

Author SHA1 Message Date
Al B
404a7d60e3 Merge branch 'master' into master 2025-02-08 12:02:50 -05:00
Al B
68f42e0ecf Merge pull request #379 from missinglink/patch-1
minor typo
2025-02-08 12:01:43 -05:00
Al B
838ebb5d6d Merge pull request #355 from ricalanis/patch-1
[docs] Update Readme.md on free text extraction
2025-02-08 12:00:57 -05:00
Al B
4858732e60 Merge pull request #626 from ddelange/patch-2
Unify and clean the unofficial project references
2025-02-08 11:55:16 -05:00
Al
5d0b6dece5 [readme] Github Actions status instead of Travis build 2025-01-30 16:10:01 -05:00
Russell Jurney
3caca83f04 Update README.md to fix /tmp reference to [...some dir with a few GB of space...] 2024-12-23 17:39:43 -05:00
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
ddelange
ef215786f1 Unify and clean the unofficial project references 2023-04-29 22:21:18 +02: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
Fábián Tamás László
e8569f9e26 Add haskell-postal to unofficial language bindings 2018-08-14 12:26:01 +02:00
Peter Johnson
1681321452 minor typo
minor typo
2018-08-12 19:22:21 +02:00
Ricardo Alanis
1c4d4001de [docs] Update Readme.md on free text extraction
Updates Readme to reflect the position of the project on address extraction from free text. I believe it could be a commonly asked question and It could be a good idea to reflect that it is not on the scope.
Source:
https://github.com/openvenues/libpostal/issues/22
2018-05-28 13:04:36 -05: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