Skip to content
#

cjk

Here are 73 public repositories matching this topic...

mpdf
jfiala
jfiala commented May 4, 2020

Cache.php clearOld is currently cleaning up all directories/files in the tempDir.
If mpdf is using the global tempdir (/tmp) this will clean up files of any other application using the global tempdir.

Error message if Mpdf is trying to clean up a file of another application:
unlink(/tmp/...): Operation not permitted
Cache.php: 95

I assume it is suggested to use a a dedicated mpdf tempDir

DoumanAsh
DoumanAsh commented Jan 4, 2018

For Juman++ to be widely usable, we want to have a documented and stable C API and an option to have a dynamically linked library.
That library probably should use -fvisibility=hidden and explicit visibility on exported symbols on Unixes and __declspec(dllimport/dllexport) on Windows.

The minimal API should be:

  1. Loading a model using a config file
  2. Analyzing a sentence
  3. Accessing

Improve this page

Add a description, image, and links to the cjk topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cjk topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.