phrasal icon indicating copy to clipboard operation
phrasal copied to clipboard

A large-scale statistical machine translation system written in Java.

Results 15 phrasal issues
Sort by recently updated
recently updated
newest added

I updated the build script to be compatible with gradle 7.2 following the guide at https://docs.gradle.org/current/userguide/upgrading_version_6.html Please let me know what else is required to merge this update. ![image](https://user-images.githubusercontent.com/1855752/139603952-06c528ea-2c86-4c9f-8141-44b5fe034471.png)

My spec ``` $ gradle --version ------------------------------------------------------------ Gradle 4.3.1 ------------------------------------------------------------ Build time: 2017-11-08 08:59:45 UTC Revision: e4f4804807ef7c2829da51877861ff06e07e006d Groovy: 2.4.12 Ant: Apache Ant(TM) version 1.9.6 compiled on June 29 2015 JVM:...

Phrasel can consume the plf lattice format. But how do we get this lattice format from a list of possible sentences?

Solve the build error as described in #35

I am having ubuntu 14.04. When i run gradle installDist I got following error. FAILURE: Build failed with an exception. * Where: Build file '/pathToDirectory/phrasal-master/build.gradle' line: 151 * What went...

I replace newest kenlm (clone from their github) and build `gradle compileKenLM` When I run step 2 with kenlm, read .online.stdout ``` Done loading phrase table: /data/20171214/config/dev.tables/phrase-table.gz (mem used: 71...

`gradle compileKenLM` was failing, but Gradle's "BUILD SUCCESSFUL" output lead me to think it was working: ![image](https://user-images.githubusercontent.com/12223584/34500374-c271b9c4-f00a-11e7-9669-014f2ff6e8c7.png) I solved this on my Ubuntu-based system by exporting JAVA_HOME prior to building:...

I need to run web-service.sh, which need edu.stanford.nlp.mt.service.PhrasalService class. That class is not build into build/libs/phrasal-3.6.0.jar when I run `gradle installDist` I see that it is add in build.gradle ```...

I would like to use web-service.sh However, I try to compile web service with `gradle compileExtraJava ` Here is full log from Gradle ``` > Configure project : The Task.leftShift(Closure)...