1 parent f9fa7c5 commit 9ba6fe2Copy full SHA for 9ba6fe2
2 files changed
lib/chunx/chunker/semantic/sentences.ex
@@ -1,7 +1,5 @@
1
defmodule Chunx.Chunker.Semantic.Sentences do
2
- @moduledoc """
3
- Handles sentence preparation and processing for semantic chunking.
4
- """
+ @moduledoc false
5
6
alias Chunx.Chunk
7
lib/chunx/helper.ex
@@ -1,5 +1,7 @@
defmodule Chunx.Helper do
+
+ @doc """
Provides math and statistic helper functions for array analysis.
"""
@spec median([number()]) :: number()
0 commit comments