danielnaber / jwordsplitter

small Java library for splitting German compound words
Other
62 stars 11 forks source link

missing directory(?) #16

Closed Tedwinder closed 6 years ago

Tedwinder commented 6 years ago

Hi, when I tried to run the build script I encountered the error: cannot access src/main/resources/de/danielnaber/jwordsplitter/wordsGerman.ser: no such file or directory. I navigated to the folder on GitHub, and sure enough there's no wordsGerman.ser. . . .

danielnaber commented 6 years ago

This probably means there was an error earlier in the build script. Could you paste its complete output?

Tedwinder commented 6 years ago

I did a screen capture of the output I got. I'm trying to run it on a linux server. . . . I think if I run it on my linux machine at home the 'mvn: command not found' should go away, so I'm not really worried about that.

Thanks so much for getting back to me. I think your program will be very useful for some NLP research I'm doing!

Ted Callow

On Mon, Nov 27, 2017 at 12:23 PM, Daniel Naber notifications@github.com wrote:

This probably means there was an error earlier in the build script. Could you paste its complete output?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/danielnaber/jwordsplitter/issues/16#issuecomment-347315781, or mute the thread https://github.com/notifications/unsubscribe-auth/APJQd0UYTQA34DyND8qIqsPdzdnQ3d37ks5s6xongaJpZM4QsGq_ .

Tedwinder commented 6 years ago

I'm not sure if you were able to get the attachment from the previous, so hopefully it comes through to one of these recipients. Ted

On Mon, Nov 27, 2017 at 12:23 PM, Daniel Naber notifications@github.com wrote:

This probably means there was an error earlier in the build script. Could you paste its complete output?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/danielnaber/jwordsplitter/issues/16#issuecomment-347315781, or mute the thread https://github.com/notifications/unsubscribe-auth/APJQd0UYTQA34DyND8qIqsPdzdnQ3d37ks5s6xongaJpZM4QsGq_ .

danielnaber commented 6 years ago

You cannot attach here I think. But yes, you need Maven (mvn), otherwise you cannot build the code (and the .ser file).

Tedwinder commented 6 years ago

I see. Thank you for the clarification.

On Mon, Nov 27, 2017 at 12:57 PM, Daniel Naber notifications@github.com wrote:

You cannot attach here I think. But yes, you need Maven (mvn), otherwise you cannot build the code (and the .ser file).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/danielnaber/jwordsplitter/issues/16#issuecomment-347325552, or mute the thread https://github.com/notifications/unsubscribe-auth/APJQd-zkuwueN8QdNWhj6rC2y3vMcvRhks5s6yI-gaJpZM4QsGq_ .