Code Monkey home page Code Monkey logo

semaphore's Introduction

Semafore : shallow semantic parser

Having Semafore running seems quite complicated; hence I'm explaing what I have done so far stepwise. The first step is having the required files downloaded and untared:

1- Semafore V.2.1

2- stacked parser

3- models

Once all these are pasted into 1 folder, there is one file to be modified. Environment variables must set manually such as SEMAFOR_HOME, MST_PARSER_HOME, MST_MACHINE, JAVA_HOME_BIN, MODEL_DIR.

For compiling the code , we use ./release/cleanAndCompile.sh . For starting the MNST server, ./relase/startMSTServer.sh . For running an example , ./release/fnParserDriver.sh sample.txt output.txt .

it requires 8gb memory and gives me Heapsize error as I'm running linux on 3gb ; so I failed at the startMSTserver.

I also tried to modify the javacode file to lessen the min heapsize for the code but it didn't work ! here is the file to manipulate startMSTserver

this line :${JAVA_HOME_BIN}/java -classpath ".:./lib/trove.jar:./lib/mallet.jar:./lib/mallet-deps.jar" -Xms8g -Xmx8g \

semaphore's People

Contributors

adreena avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.