Yannis Haralambous

Results 7 issues of Yannis Haralambous

dear Mr. Fullmer, would it be possible to use grammark as a batch utility placing a symbol (for example an asterisk) at every location where a grammatical error or imperfection...

When I saw the error message "Neo4j plugin requires Java 1.7", I installed Java 1.7 JRE on my Mavericks machine. When I ask for java -version I get java version...

neo4j-plugin

When I try to install pycld3 under python3.11, I get ``` Collecting pycld3 Using cached pycld3-0.22.tar.gz (726 kB) Preparing metadata (setup.py) ... done Building wheels for collected packages: pycld3 Building...

I downloaded the Zip file of the depository and launched pip on the repository.txt There seems to be an incompatibility between the version of scikit-learn and scipy. So finally I...

question

When I run the following code with node: var PEG = require("pegjs") var fs = require("fs") // read peg and build a parser var camxes_peg = fs.readFileSync("./camxes.js.peg").toString(); var camxes =...

I launch the following Python file: ``` from dafsa import DAFSA d=DAFSA(["aime","aimes","aime","aimons","aimez","aiment","aimai","aimas","aima","aimâmes","aimâtes","aimèrent"]) print(d) d.write_figure("aimer-fsa.pdf") ``` I attach the PDF file I get. Could you please tell me what I'm doing...

I'm building a Hebrew font with about 9,000 additional glyphs. I first wanted to keep them without Unicode assignment and call them through OpenType features, but sadly, their number exceeds...