I can't find any Japanese morphological analyzers for C#. Can anyone please suggest one?
I have had experience with Mecab and it works quite well.
You can consume the library in C#: http://pastebin.com/Y1vvE7ZM
Related
does anyone know of a tool that permits rtf/doc/docx conversion to pdf from C# ?
These documents contain all sorts of fonts (TrueType or OpenType), and I am looking for a tool that will not rasterize the OpenTypes ones and render them rather accurately.
Many thanks in advance for any pointers !
have a look at Aspose.Words
It works server side and does not require Office Automation.
I've used it in a commercial project and it works really good. But it's a commercial component, so you need to pay for a license (which is not that cheap)
EDIT
please have a look at this thread in the Aspose forum
I've used iTextSharp myself in a C# project recently, and it worked pretty well.
Unfortunately, I'm not able to give you any example, as that would make a huge post (and the code is pretty confidential) :)
But here's the link to their site, if that helps:
http://itextpdf.com/
Hope this fits your needs!
Can anyone direct me to where I can download C# source code for visualization of mathematical curves.
If you mean drawing one-variable functions, Zedgraph is a very good and well documented library, and it's open source
Hi i trying to convert these files into eot format. I've found some c++ code for linux, that can do the job, but i need to do this on a windows server. But isn't there a .net implementation that can do the trick?
Hope someone can help me to find a solution
Here is an online converter that is amazing! You can convert fonts to and from almost any format: http://www.fontsquirrel.com/fontface/generator
Hope it helps! :)
I'm looking for a C# syntax highlighter that will take my C# code and turn it into standalone HTML that is neatly tagged. I have found some websites that offer this but only output HTML that is coupled with a CSS stylesheet. If anyone knows if what I'm describing exists please gimme a link!
I'm using Copy Code in HTML format with Visual Studio 2010 as part of Visual Studio 2010 Productivity Power Tools
The Python tool Pygments looks like it can do what you want and much more besides. I believe it supports many languages, including C#.
a wide range of common languages and markup formats is supported
special attention is paid to details that increase highlighting quality
support for new languages and formats are added easily; most
languages use a simple regex-based
lexing mechanism
a number of output formats is available, among them HTML, RTF,
LaTeX and ANSI sequences
it is usable as a command-line tool and as a library
When I last used it, I got standalone HTML from the CopySourceAsHtml plugin to Visual Studio. (I stopped using it only because I prefer the linked CSS approach.)
http://copysourceashtml.codeplex.com/
The appeal of this plugin is that it will match the styling of your Visual Studio theme, whatever that may be.
Where is the best place to find VirtualBox's C# samples?
The VirtualBox SDK comes with samples in Java, Python, Perl. Since the WSDL files are also there, writing C# samples shouldn't be a big problem.