Displaying 3 results from an estimated 3 matches for "apiref".
2012 Jul 13
1
Need Suggestions for Sentence Breaking Implementation
...her in Python or Java.
3. There's a sentence boundary detection algorithm defined by Unicode
Standard. It's present at <
http://www.unicode.org/reports/tr29/#Sentence%5FBoundaries >
4. An existing C++ API that does this is BreakIterator class present here -
< http://icu-project.org/apiref/icu4c/classBreakIterator.html > .
Here's a line from it's doc: "The text boundary positions are found
according to the rules described in Unicode Standard Annex #29, Text
Boundaries, and Unicode Standard Annex #14, Line Breaking Properties. These
are available at < http://www.un...
2004 Jan 30
4
Breakthrugh for Qtcomponents dev?
...39;s share of CPU
time was spent inside, of all places, QuickTime itself - but being
called from BeginMediaEdits. The BeginMediaEdits/EndMediaEdits calls
were wrapped around AddMediaSampleReference calls, but the Apple docs
clearly state
(http://developer.apple.com/documentation/QuickTime/APIREF/SOURCESI/
addmediasamplereference.htm) that BeginMediaEdits doesn't need to be
called in this case. This patch rips out said use of BeginMediaEdits
and this speeds up Vorbis file loading by ~20x in iTunes. Enjoy :)”
more here:
https://sourceforge.net/forum/forum.php?
thread_id=1012726&am...
2011 May 03
2
[PATCH] [hivex] Use Python's distutils to determine include and site-packages directories.
The code has been taken from specifically ac_python_devel.m4 published
at <http://ac-archive.sf.net/>, it has turned out to be less
error-prone on my Debian system.
---
configure.ac | 46 ++++++++++++----------------------------------
1 files changed, 12 insertions(+), 34 deletions(-)
diff --git a/configure.ac b/configure.ac
index b82a841..5805ddd 100644
--- a/configure.ac
+++