Installation

Description

Questions and answers related to FreeLing installation

Compiler Version Problem

Submitted by Macathy on Thu, 08/26/2021 - 00:07
Forums

Hello,

I am trying to install Freeling in a computer with Windows 10 (64 bits).
I already download all pre requisites and create de build folder.
But, when I execute “nmake install” command the installation was interrupted and print an error message as follow:“#error: STL1001: Unexpected compiler version, expected MSVC 19.15 or newer”.
I am using Visual Studio 2017 (Express Edition) with MSVC version 14.16.27023 and Freeling version 4.2.
Please could you tell What am I doing wrong?

Regards,
M.

Problem running "analyze" script after installation

Submitted by jnferfer on Tue, 03/30/2021 - 10:54
Forums

Hello,

I have installed Freeling from the following package for MacOS: freeling-4.2-macOSX.pkg

Freeling is now installed in /usr/local/share/freeling

I have previously installed everything necessary following the instructions in "Install Freeling Requirements on MacOS":
brew install boost icu4c
brew install swig

Then I try to run the following command from /usr/local/share/freeling (using Freeling the easy way, just to process corpus):

The tagger is not opened

Submitted by Sebastià Salvà… on Fri, 11/13/2020 - 00:21
Forums

Dear all,

I was not able to install/run "Freeling 4.2 for iOS" from a package, so now I have installed it from a source.

However, when trying to run the analyzer, I get this message:

sebastia@Nou-MacBook-Air Fitxers Freeling % analyze -f ca-balear.cfg --outlv tagged rond.tag
libc++abi.dylib: terminating with uncaught exception of type std::invalid_argument: The tagger is not opened
/usr/local/bin/analyze: line 39: 77001 Abort trap: 6 $FREELING/bin/analyzer $param

Any help?

Problems compiling

Submitted by Mercedes on Fri, 10/09/2020 - 09:56
Forums

Hello! I have follow all the steps of the manual but I have the next problem when I do nmake install:

ERROR
c:\Freeling\src\FreeLing-4.2\build>nmake install

Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
Copyright (C) Microsoft Corporation. All rights reserved.

Import Error: DLL load failed

Submitted by gabriela123 on Thu, 04/09/2020 - 19:02
Forums

Hello, I am using Freeling 4.1 on Windows environment with MSVC 2015 and the equivalent versions of icu and boost. I installed Freeling from source and the python version that I used was 3.7.6 . When I try to test sample.py I get a error about DLL files, that says that the module is not found so I changed the path like it is recommended on freeling manual but it didn't work. The error is the following :