Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libpostal results varies on windows 10 vs windows server 2016 #618

Open
varun7889 opened this issue Mar 3, 2023 · 0 comments
Open

libpostal results varies on windows 10 vs windows server 2016 #618

varun7889 opened this issue Mar 3, 2023 · 0 comments

Comments

@varun7889
Copy link

Hi!

I am using libpostal in C project through C++ wrapper and it seems that the result is different on separate machines. I have 2 machines, one which uses windows 10 and another one which uses windows 2016 server

For the following input :
821604;SESTAO Pol Ibarzahar

The windows 10 machine gives the following result:
road : sestao pol ibarzahar

While the windows 2016 server machine gives the following result:
town: sestao | country: pol ibarzahar

Window 10 machine have VS code 2015 and C# version 4,6 and windows 2016 server machine have VS code 2022 and C# version 4.7.2 and the same dll.

When we make same VS code version then we got error at compile C# project
Error CS0234 : The type or namespace name 'Objects' does not exist in the namespace 'Class1' (are you missing an assembly reference?)

What could be the problem? Please suggest me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant