Commit Graph

143 Commits

Author SHA1 Message Date
David Baumgold
6347ebcf3e README: install via Homebrew in one command 2025-02-15 11:24:54 +01:00
Olivier Binette
318239a2d3 Fix broken blog post link in README.
Replace broken link to http://blog.echen.me/2012/01/03/introduction-to-conditional-random-fields/ by link to latest valid webarchive version.
2025-02-09 11:39:57 -05:00
Al B
0f5671a6da Merge branch 'master' into slightly_update_mac_install_instructions 2025-02-08 12:26:17 -05:00
Al B
e22eeb50b0 Merge pull request #536 from amake/patch-1
Mention install with MacPorts in readme
2025-02-08 12:23:50 -05:00
Al B
250e35f490 Merge branch 'master' into rust-bindings-mention 2025-02-08 12:13:03 -05:00
Al B
ab43113b9f Merge pull request #400 from 0xflotus/patch-1
fixed structures
2025-02-08 12:06:52 -05:00
Al B
ee1fd0187b Merge branch 'master' into patch-1 2025-02-08 12:06:16 -05:00
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
James Gates
339252c3a1 Modyfied install steps with notes that worked for me.
Thanks for the porject, everyone. I just went through the install process
and thought maybe the mac directions could use a tiny bit of clarification.
I'm by no means familiar enough with the project to know if this is the best way
to convey my experience but I figured I'd give it a shot and maybe it will help
someone in the future.
2021-09-08 13:47:23 -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
Aaron Madlon-Kay
d09ffebebd Mention install with MacPorts in readme 2021-01-27 15:37:13 +09:00
Konstantinos Demartinos
948a0d350a Add rustpostal to unofficial bindings 2020-11-22 12:27:35 +02:00
Patrick Nordahl
aba8131a6d mention rust-postal as an available bindings library 2019-07-12 15:48:30 -05:00
0xflotus
52f6beba35 fixed structures 2018-12-30 03:17:50 +01:00
Matt W
64f274b834 Update README.md
Clarify what will be done in "datadir" at configure/install time
2018-11-23 14:28:49 -08: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