OpenTextSummarizer
OpenTextSummarizer copied to clipboard
fork of .net port and adaptation of libots, initially by PatrickBurrows
The reason is in the Dictionary.cs file, locating app path with this way breaks Path.GetDirectoryName(Assembly.GetExecutingAssembly().GetName().CodeBase).Substring(6) ` The correct way is Path.GetDirectoryName(Process.GetCurrentProcess().MainModule.FileName) ` So the full line should be ` string...
Hi everyone, thanks for the package ! I wanna comunicate that because linux use path "slash" orientation to right, `"path/to/dics"` instead of `"path\to\dics"` on windows, the package is not able...