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

console version #39

Open
verenablaschke opened this issue Jul 15, 2018 · 1 comment
Open

console version #39

verenablaschke opened this issue Jul 15, 2018 · 1 comment

Comments

@verenablaschke
Copy link
Contributor

Working on the nogwt branch, I realized that a JAR version that takes a Japanese sentence as argument and writes the results to the console as a vertical table might be pretty useful. (For me personally at least, since starting Eclipse first takes more time than finding the relevant information among the Jisho results.)

E.g.:

java -jar jarname.jar 家族と海に行きます。

家族	かぞく	a family; a household	noun	*	2-3
と	と	with	particle	*	*
海	うみ	sea, ocean	noun	*	2
に	に	particle for indirect objects; to	particle	*	*
行きます	いきます	to go; to come to your place	intransitive godan verb (iku infl.)	formal form of 行く	2-*-*-*
。	。	[punctuation mark]	punctuation	*	*

It would be pretty easy to change nogwt to do this. However, this unfortunately doesn't have the alternate pronunciations/meanings functionality, which is something I quite like about the website version of our project... Maybe shortened versions of alternative results could somehow be displayed as well?

I'll probably get around to figuring this out & implementing this sometime this summer.

@x-ji
Copy link
Contributor

x-ji commented Jul 18, 2018

Maybe a command line flag (similar to --verbose) can be offered. When the flag on, the full inflections can be shown below the basic information.

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

No branches or pull requests

2 participants