Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to use J.DepP #32

Open
juanj opened this issue Oct 18, 2020 · 2 comments
Open

Try to use J.DepP #32

juanj opened this issue Oct 18, 2020 · 2 comments

Comments

@juanj
Copy link
Owner

juanj commented Oct 18, 2020

Try to use J.DepP to generate 文節 form the MeCab output.
J.DepP is written in C++, need to find a way to compile it to iOS. Maybe Objectiv-C++?

@juanj
Copy link
Owner Author

juanj commented Nov 25, 2020

After looking more into this, it seems a little more complicated. Because J.DepP uses automake it needs to be configured before building.
I think the general idea will be something like this:

  1. Configure and compile J.DepP for iOS. (some resources: makefile of libtesseract, article describing how to configure automake for iOS, another automake for iOS article).
  2. Because J.DepP is a command line tool, I'm not sure if I need to create an interface that exports the core funcionality.
  3. Create a wrapper on Objective-C or C to be able to import from Swift

@juanj
Copy link
Owner Author

juanj commented Apr 24, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant