Skip to Content.
Sympa Menu

illinois-ml-nlp-users - Re: [Illinois-ml-nlp-users] FEX on MacOSX?

illinois-ml-nlp-users AT lists.cs.illinois.edu

Subject: Support for users of CCG software closed 7-27-20

List archive

Re: [Illinois-ml-nlp-users] FEX on MacOSX?


Chronological Thread 
  • From: "Sammons, Mark" <mssammon AT illinois.edu>
  • To: Varada Kolhatkar <kvarada AT gmail.com>
  • Cc: "illinois-ml-nlp-users AT cs.uiuc.edu" <illinois-ml-nlp-users AT cs.uiuc.edu>
  • Subject: Re: [Illinois-ml-nlp-users] FEX on MacOSX?
  • Date: Sat, 29 Oct 2011 23:22:37 +0000
  • Accept-language: en-US
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/illinois-ml-nlp-users>
  • List-id: Support for users of CCG software <illinois-ml-nlp-users.cs.uiuc.edu>

Hmmm... we're actually releasing an all-Java version of the SRL.  Problem is it has a lot of dependencies, including the Charniak server, so ultimately probably no easier than the current version.  On the plus side, you will get a programmatic interface to a range of NLP tools (POS, chunker, NER, Charniak, SRL, and possibly Wikifier).

Regards,

Mark


From: Varada Kolhatkar [kvarada AT gmail.com]
Sent: Saturday, October 29, 2011 3:52 PM
To: Sammons, Mark
Cc: illinois-ml-nlp-users AT cs.uiuc.edu
Subject: Re: [Illinois-ml-nlp-users] FEX on MacOSX?

Thank you for your reply, Mark!
Yes, I experimented with 32-bit/64-bit related flags in the Makefile with no luck. 
Actually, I was trying to setup your SRL on MacOSX, but it's not working because of FEX. Anyway, I'll go back to ubuntu. But if anyone of you have tried to install SRL on MacOSX, any hints and advice would be appreciated. 

Thank you,
Varada

On Fri, Oct 28, 2011 at 4:47 PM, Sammons, Mark <mssammon AT illinois.edu> wrote:
Hi, Varada.

Unfortunately FEX is not really used within the group at this point; noone I am aware of has any experience trying to compile/run it on MacOSX.

One key issue that we have had trouble with on other platforms is 64- vs. 32-bit architectures; this can affect lex/yacc/bison.  If you have not yet tried it, you can experiment with changing the relevant lines in the Makefile.

Regards,

Mark


From: illinois-ml-nlp-users-bounces AT cs.uiuc.edu [illinois-ml-nlp-users-bounces AT cs.uiuc.edu] on behalf of Varada Kolhatkar [kvarada AT gmail.com]
Sent: Tuesday, October 25, 2011 9:45 PM
To: illinois-ml-nlp-users AT cs.uiuc.edu
Subject: [Illinois-ml-nlp-users] FEX on MacOSX?

Hi, 

I was just wondering if anyone has tried to build FEX on MacOSX. It builds successfully when I add the following code in the Makefile, but I get segmentation fault when I try to run the built binary. 

ifneq (,$(findstring Darwin, $(OSTYPE)))
        YACC = bison -y -d
        DEFINED = -DGETOPT
        LINKFLAGS = -lc -liconv
endif

I am using g++ 4.2.1. I tried several combinations of compiler and link flags without any success. Any help will be greatly appreciated. 

Thank you,
Varada




Archive powered by MHonArc 2.6.16.

Top of Page